#cp.web.block

Block.


#API Overview

Functions - API calls offered directly by the extension


#API Documentation

#Functions

Signaturecp.web.block.is(value) -> boolean
TypeFunction
DescriptionChecks if the value is an cp.web.block.
Parameters
  • value - the value to check
Returns
  • true if it is an HTML block, or false otherwise.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/web/block.lua line 283