Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Interface: ComponentMetadataEventListeners

Component metadata event listeners.

Properties

onCreateNode()?

optional onCreateNode: (node, store) => void

The callback function that is called when a component is created and added to a form.

Parameters

node

ComponentData

the created component data.

store

IStore

the form viewer settings.

Returns

void


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

Stay in the know
Quickly Build Drag-and-Drop Forms
Star us on GitHub