@@ -235,6 +242,7 @@ Used for node selection. In the following example, data for each layer is acquir
...
@@ -235,6 +242,7 @@ Used for node selection. In the following example, data for each layer is acquir
| Method | Description | Parameters |
| Method | Description | Parameters |
|---------- |-------- |---------- |
|---------- |-------- |---------- |
| getCheckedNodes | If the node can be selected (`show-checkbox` is `true`), it returns the currently selected array of nodes | Accept a boolean type parameter whose default value is `false`. <br>If the parameter is `true`, it only returns the currently selected array of sub-nodes.|
| getCheckedNodes | If the node can be selected (`show-checkbox` is `true`), it returns the currently selected array of nodes | Accept a boolean type parameter whose default value is `false`. <br>If the parameter is `true`, it only returns the currently selected array of sub-nodes.|
| setCheckedNodes | set certain nodes to be checked, only works when `node-key` is assigned | an array of nodes to be checked |