docs/api/block.md
label String Block label, eg. My blockcontent (String | Object) The content of the block. Might be an HTML string or a Component Definitionmedia String? HTML string for the media/icon of the block, eg. <svg ..., editor.getWrapper().append(block.get('content'))attributes Object? Block attributes to apply in the view elementGet block id
Returns String
Get block label
Returns String
Get block media
Returns String
Get block content
Returns (Object | String | Array<(Object | String)>)
Get block component dragDef
Returns ComponentDefinition
Get block category label
Returns String