TreeView 
    Types
Link copied to clipboard
                  interface RevealOptions
Properties
Link copied to clipboard
                  An optional human-readable description which is rendered less prominently in the title of the view. Setting the title description to null, undefined, or empty string will remove the description from the view.
Link copied to clipboard
                  An event to signal that an element or root has either been checked or unchecked.
Link copied to clipboard
                  Event that is fired when the selection has changed
Link copied to clipboard
                  Event that is fired when visibility has changed
Link copied to clipboard
                  Event that is fired when an element is collapsed
Link copied to clipboard
                  Event that is fired when an element is expanded
Link copied to clipboard
                  Currently selected elements.
Functions
Link copied to clipboard
                  abstract fun reveal(element: T, options: TreeView.RevealOptions = definedExternally): PromiseLike<Void?>
Reveals the given element in the tree view. If the tree view is not visible then the tree view is shown and element is revealed.