Interface: EnumComponentTypeProperties<Enum>

index.EnumComponentTypeProperties

See

ENUM

Type parameters #

Name Type
Enum extends string

Hierarchy #

Properties #

enumColorKey #

enumColorKey: Partial<{ [key in string&]: string } & { default: string ; unknown: string }>

Map each enum value to a color

Defined in #

dataComponent/EnumComponentTypeProperties.ts:19


hidden #

hidden: boolean

Hides this table column

Inherited from #

GenericComponentTypeProperties.hidden

Defined in #

dataComponent/GenericComponentTypeProperties.ts:20


sortable #

sortable: boolean

If the values in this column can be sorted by clicking on the table header. Should usually be turned off for columns using a custom component.

Inherited from #

GenericComponentTypeProperties.sortable

Defined in #

dataComponent/GenericComponentTypeProperties.ts:15


type #

type: ENUM

Type of this component/column

Overrides #

GenericComponentTypeProperties.type

Defined in #

dataComponent/EnumComponentTypeProperties.ts:9


values #

values: Enum[]

An array listing all possible values of this enum

Defined in #

dataComponent/EnumComponentTypeProperties.ts:14