IFeatureState
Defined in: core/src/types/index.ts:37
Generic feature state that all table features extend.
Type Parameters
Section titled “Type Parameters”TValue
Section titled “TValue”TValue
Properties
Section titled “Properties”isEnabled
Section titled “isEnabled”isEnabled:
boolean
Defined in: core/src/types/index.ts:39
Whether this feature is currently active.
value:
TValue
Defined in: core/src/types/index.ts:41
The current value of this feature’s state.