Type Alias: ComponentStateFactory()
ComponentStateFactory: (
data
,store
) =>IComponentState
The component state factory that calculates the properties of the form viewer component.
Parameters
• data: ComponentData
the data needed to display the component.
• store: Store
the form viewer settings.
Returns
the component property calculator.