DisableDirective
Directive
Represents a directive which manages the disabled in-memory state of the TreeView node (see example).
Definition
Package:@progress/kendo-angular-treeview
Selector:[kendoTreeViewDisable]
Syntax:
html
<kendo-treeview
[nodes]="data"
textField="text"
[hasChildren]="hasChildren"
[children]="fetchChildren"
kendoTreeViewDisable
[disabledKeys]="disabledKeys">
</kendo-treeview>
Inputs
disabledKeys
any[]
Defines the collection that will store the disabled keys.
Default:
[]
kendoTreeViewDisable
string | (context: TreeItem) => any
Defines the item key that will be stored in the disabledKeys collection.