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
the element for the component tree.