Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 965 Bytes

cp.web.block.md

File metadata and controls

21 lines (15 loc) · 965 Bytes

docs » cp.web.block


Block.

API Overview

  • Functions - API calls offered directly by the extension
  • is

API Documentation

Functions

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.