Interface: IComponentDataFactory
The factory for creating ComponentData instances. Internal use only.
Methods
createComponentData()
createComponentData(
componentStore
,deferFieldCalculation
):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.
Returns
the element for the component tree.