cupertino-files / CategoryGroup
Interface: CategoryGroup
Defined in: src/tst/categories.ts:168
One group in the tree.
Properties
children
children:
CategoryGroup[]
Defined in: src/tst/categories.ts:182
label
label:
string
Defined in: src/tst/categories.ts:172
Value rendered for display.
level
level:
number
Defined in: src/tst/categories.ts:174
Depth, where 0 is the outermost category.
rows
rows:
number[]
Defined in: src/tst/categories.ts:181
Rows in this group, as absolute row indexes.
On a nested group these are that subgroup's rows only; a parent's rows are the union of its children's.
value
value:
GroupValue
Defined in: src/tst/categories.ts:170
Value the group collects, e.g. "Animal". Absent on the root.