Skip to content

Grouping Type documentation

Class for grouping functionality
Constructor
(groupColors: (Record<number, string> | ColorPalette) = 'status') => {}
Parameters
groupColors: (Record<number, string> | ColorPalette) = 'status'
Properties
_colors: string[]
_palette?: ColorPalette
Accessors
get colors: string[]
get length: number
get palette: (undefined | string)
Methods
(groupId: number) => string
Parameters
groupId: number

Types Documentation

("status" | "element")

Except where otherwise noted, content on this site is licensed under MIT License.