Interface: ComponentMetadataEventListeners
Component metadata event listeners.
Properties
onSelectNode()?
optional
onSelectNode: (node
,self
) =>void
The callback function that is called when the component is selected.
Parameters
• node: ComponentData
the selected component data.
• self: ComponentData
the component data.
Returns
void