Module

AashTreeView

Classes

AashTreeViewComponent

Interfaces

Api

Type Definitions

# ToggleVetoer(path, expand, event)

A function that is invoked with the desired new state before a tree node is expanded.

Parameters:
Name Type Description
path Array
expand boolean
event Event

View Source components/tree-view/AashTreeView.ts, line 409

object

# TreeNode

The information about a tree node managed by the view.

Properties:
Name Type Description
segment string

The name of the branch

label LabelSupplier

The label to show in the view

children Array

The node's child nodes

View Source components/tree-view/AashTreeView.ts, line 391