-
-
Notifications
You must be signed in to change notification settings - Fork 11
Supported Functionality
Stef Heyenrath edited this page May 8, 2020
·
4 revisions
The following methods are supported:
- ValueTask AddNode(T parent, T node)
- ValueTask SelectNode(T node)
- ValueTask ClearSelect()
- ValueTask SetTheme(string theme)
- ValueTask SetEditable(bool edit)
- ValueTask IsEditable()
- ValueTask ExpandNode(T node)
- ValueTask CollapseNode(T node)
- ValueTask Expand()
- ExpandToDepth(int depth)
- ValueTask Collapse()