Interface TreeViewVisibilityChangeEvent

The event that is fired when there is a change in tree view's visibility

interface TreeViewVisibilityChangeEvent {
    visible: boolean;
}

Properties

Properties

visible: boolean

true if the tree view is visible otherwise false.