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