Skip to content

IFeatureState

Defined in: core/src/types/index.ts:37

Generic feature state that all table features extend.

TValue

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.