@serenity-is/corelib / CheckTreeItem
Interface: CheckTreeItem<TSource>
Defined in: src/ui/editors/checktreeeditor.ts:18
Type Parameters
TSource
TSource
Properties
children?
optionalchildren:CheckTreeItem<TSource>[]
Defined in: src/ui/editors/checktreeeditor.ts:25
hideCheckBox?
optionalhideCheckBox:boolean
Defined in: src/ui/editors/checktreeeditor.ts:20
id?
optionalid:string
Defined in: src/ui/editors/checktreeeditor.ts:22
isAllDescendantsSelected?
optionalisAllDescendantsSelected:boolean
Defined in: src/ui/editors/checktreeeditor.ts:21
isSelected?
optionalisSelected:boolean
Defined in: src/ui/editors/checktreeeditor.ts:19
parentId?
optionalparentId:string
Defined in: src/ui/editors/checktreeeditor.ts:24
source?
optionalsource:TSource
Defined in: src/ui/editors/checktreeeditor.ts:26
text?
optionaltext:string
Defined in: src/ui/editors/checktreeeditor.ts:23