Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Interface: IComponentDataFactory

The factory for creating ComponentData instances. Internal use only.

Methods

createComponentData()

createComponentData(componentStore, deferFieldCalculation, model?, dataContext?): ComponentData

Creates the element for the component tree. Internal use only.

Parameters

componentStore: ComponentStore

the component settings.

deferFieldCalculation: boolean

if true, then the calculated field must be explicitly initialized.

model?: Model<any>

the component's metadata.

dataContext?: IDataContext

the context for working with data.

Returns

ComponentData

the element for the component tree.

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