BadgeColumnOptions
Defined in: packages/core/src/class/ColumnFactory.ts:63
Extends
Section titled “Extends”Type Parameters
Section titled “Type Parameters”T
TVariant
Section titled “TVariant”TVariant extends string = string
Properties
Section titled “Properties”accessorKey
Section titled “accessorKey”accessorKey: keyof
T
Defined in: packages/core/src/class/ColumnFactory.ts:65
className?
Section titled “className?”
optionalclassName?:ClassNameProp<T>
Defined in: packages/core/src/class/ColumnFactory.ts:23
Inherited from
Section titled “Inherited from”fallbackValue?
Section titled “fallbackValue?”
optionalfallbackValue?:string
Defined in: packages/core/src/class/ColumnFactory.ts:67
getCustomColor?
Section titled “getCustomColor?”
optionalgetCustomColor?: (entity) =>string|undefined
Defined in: packages/core/src/class/ColumnFactory.ts:70
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/class/ColumnFactory.ts:69
Parameters
Section titled “Parameters”entity
Section titled “entity”T
Returns
Section titled “Returns”string
getVariant?
Section titled “getVariant?”
optionalgetVariant?: (entity) =>TVariant
Defined in: packages/core/src/class/ColumnFactory.ts:68
Parameters
Section titled “Parameters”entity
Section titled “entity”T
Returns
Section titled “Returns”TVariant
headerKey
Section titled “headerKey”headerKey:
string
Defined in: packages/core/src/class/ColumnFactory.ts:66
testId?
Section titled “testId?”
optionaltestId?:string
Defined in: packages/core/src/class/ColumnFactory.ts:22