Optional __wxInternal reference to the glass-easel element.
Append a child node. The inserted child is guaranteed to have no parent.
Optional createOptional createOptional getOptional getOptional getOptional getOptional getOptional getOptional getOptional getOptional getOptional getOptional getOptional getInsert a child node. Behavior varies by parameters:
before and index: equivalent to append.before or index: insert before that position.before and index: index must equal before's position in the child list.
If index is not a non-negative integer, it is treated as undefined.
The inserted child is guaranteed to have no parent.Optional index: numberOptional manipulateRemove a child node. The removed child may be reused later.
If index is provided, it must equal the child's position in the child list.
If index is not a non-negative integer, it is treated as undefined.
Optional index: numberReplace a child node. Behavior varies by parameters:
oldChild and index: equivalent to append.oldChild or index: replace that child.oldChild and index: index must equal oldChild's position in the child list.
If index is not a non-negative integer, it is treated as undefined.
The inserted child is guaranteed to have no parent.Optional index: numberMark this node as slot-inherit. For slot-inherit nodes, their children are not considered children in the composed tree, but rather siblings after the node. This allows these children to have different target slots. A node is only set as slot-inherit during initialization, before it has any children. Shadow Mode only.
Sync event listener settings on this node.
type is the event name; capture indicates whether this is a capture listener;
mutLevel indicates the event response type:
MutLevel.None: normal response.MutLevel.Mut: mutual-exclusive response; only the first mutual-exclusive listener
is executed in a single event bubble round.MutLevel.Final: final response; stops event bubbling and prevents default behavior.
Not called on text nodes.Optional setSet the target slot of this node.
undefined means the node has no target slot;
null means the node's target slot is empty (composedParent is empty).
Shadow Mode only.
Append all nodes contained in list.
list must be a fragment node; it should be cleared but may be reused.
All inserted nodes are guaranteed to have no parent.
Remove deleteCount nodes starting from before, then insert all nodes from list at that position.
list must be a fragment node; it should be cleared but may be reused.
All inserted nodes are guaranteed to have no parent.
Remove deleteCount nodes starting from before.
Optional trigger
Element interface for Shadow Mode. Represents a node in the backend node tree.