TreeViewCheckDescriptor
The descriptor which is used for checking.
Name | Type | Default | Description |
---|---|---|---|
applyCheckIndeterminate? |
|
Determines if a parent item will have an indeterminate state when not all its children are checked. | |
checkIndeterminateField? |
|
The name of the field which will provide a Boolean representation for the indeterminate state of a parent item.
Defaults to | |
idField? |
|
The name of the field which will uniquely describe an item as an alternative to its hierarchical index. | |
ids? |
|
The IDs of the items to which the operation will be applied. By default, the TreeView applies the hierarchical indices of the items. These indices are zero-based. The first root item has a | |
operationField? |
|
The name of the field which will provide a Boolean representation for the operation state of the item. The default fields are:
|