BlockHole class
A BlockHole is an instance of a hole. BlockHoles designate where child Blocks can be added in parent Block. BlockHoles wrap a DOM element, and act as references which allows more blocks to be added.
class BlockHole extends ElementWrapper { List<dom.Node> elements; ElementWrapper previous; ElementWrapper next; BlockHole(List<dom.Node> this.elements); }
Extends
ElementWrapper > BlockHole
Constructors
Properties
List<Node> elements #
List<dom.Node> elements
ElementWrapper next #
ElementWrapper next
ElementWrapper previous #
ElementWrapper previous