BaseInputParamsObject
The BaseInputParamsObject
is the main object with configurations for Flexmonster UI controls.
Properties
Property/Type | Description |
---|---|
stateStateObject | optionalThe state of the control. One of the ways to set a state. |
stateIdString | optionalIdentifies the state of the control. One of the ways to set a state. |
parentIdString | optionalIdentifies the parent of the control. One of the ways to set a state. If you specify this property, the control will inherit the state of its parent. |
optionsObject | optionalConfigurations of the layout for the control. The type of the object depends on the kind of control. It can be FlexmonsterControlOptionsObject, PivotTableOptionsObject, FlatTableOptionsObject, PivotFieldListOptionsObject, or FlatFieldListOptionsObject. |