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