push(...)

push(node: Node): this;

Inserts a node as the last child of the group.

Parameters

Parameter Type Description
node Z.Node The node to insert.

Returns

this

Example

mygroup.push(myobject);
zapcode branded_zapcode i