BadgeColumnConfig
Defined in: packages/core/src/types/column.ts:59
Extends
Section titled “Extends”Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”accessorKey
Section titled “accessorKey”accessorKey: keyof
T
Defined in: packages/core/src/types/column.ts:61
className?
Section titled “className?”
optionalclassName?:ClassNameProp<T>
Defined in: packages/core/src/types/column.ts:8
Inherited from
Section titled “Inherited from”fallbackValue
Section titled “fallbackValue”fallbackValue:
string
Defined in: packages/core/src/types/column.ts:63
getCustomColor?
Section titled “getCustomColor?”
optionalgetCustomColor?: (entity) =>string|undefined
Defined in: packages/core/src/types/column.ts:66
Parameters
Section titled “Parameters”entity
Section titled “entity”T
Returns
Section titled “Returns”string | undefined
getLabel?
Section titled “getLabel?”
optionalgetLabel?: (entity) =>string
Defined in: packages/core/src/types/column.ts:65
Parameters
Section titled “Parameters”entity
Section titled “entity”T
Returns
Section titled “Returns”string
getVariant?
Section titled “getVariant?”
optionalgetVariant?: (entity) =>string
Defined in: packages/core/src/types/column.ts:64
Parameters
Section titled “Parameters”entity
Section titled “entity”T
Returns
Section titled “Returns”string
headerLabel
Section titled “headerLabel”headerLabel:
string
Defined in: packages/core/src/types/column.ts:62
optionalid?:string
Defined in: packages/core/src/types/column.ts:6
Inherited from
Section titled “Inherited from”kind:
"badge"
Defined in: packages/core/src/types/column.ts:60
testId?
Section titled “testId?”
optionaltestId?:string
Defined in: packages/core/src/types/column.ts:7