Interface: ComponentMetadataEventListeners
Component metadata event listeners.
Properties
onCreateNode()?
optionalonCreateNode: (node,store) =>void
The callback function that is called when a component is created and added to a form.
Parameters
node
the created component data.
store
the form viewer settings.
Returns
void
onSelectNode()?
optionalonSelectNode: (node,self) =>void
The callback function that is called when the component is selected.
Parameters
node
the selected component data.
self
the component data.
Returns
void