docs/pages/InspectorNode.html
Creates an InspectorNode.
| node |
The node to inspect.
| | name |
Optional name for the inspector node.
Default is ''.
| | callback |
Optional callback to modify the node during setup.
Default is null.
|
Returns the type of the node.
Returns the name of the inspector node.
Returns the type of the wrapped node.
| builder |
The node builder.
|
Overrides: Node#getNodeType
Sets up the inspector node.
| builder |
The node builder.
|
Overrides: Node#setup Returns: The setup node.
Updates the inspector node, allowing inspection of the wrapped node.
| frame |
A reference to the current node frame.
|
Overrides: Node#update