BlockCollection New in 0.4.0

Describes collection of blocks

Properties

Name Type Access Description
No properties

Methods

Name Type Description
add() Block Add block at the end of collection
contains() boolean Check if block exists in collection
insertAfter() boolean Insert block into collection after given block, returns true if block was inserted
insertBefore() boolean Insert block into collection before given block, returns true if block was inserted
remove() boolean Removes block from the collection, returns true if block was removed