modifyModel Method
Modifies tree model using provided callback. If changes to tree model is detected then onModelChanged event is emitted.
modifyModel(callback: (model: MutableTreeModel) => void): void
| Parameter | Type | Description |
|---|---|---|
| callback | (model: MutableTreeModel) => void |
Defined in
Last Updated: 08 January, 2020