BaseInputParamsObject

The BaseInputParamsObject is the main object with configurations for Flexmonster UI controls.

Properties

Property/TypeDescription
stateStateObjectoptionalThe state of the control. One of the ways to set a state.
stateIdStringoptionalIdentifies the state of the control. One of the ways to set a state.
parentIdStringoptionalIdentifies 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.
optionsObjectoptionalConfigurations 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.