# cp.web.block

Block.


# API Overview

Functions - API calls offered directly by the extension

  • is

# API Documentation

# Functions

# is

Signature cp.web.block.is(value) -> boolean
Type Function
Description Checks 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.
Notes None
Examples None
Source src/extensions/cp/web/block.lua line 283