Skip to main content
Version: v1

TreeViewRange Interface

Specifies the range of nodes from start to end within a trait within a particular TreeView. Valid iff start and end are valid and are within the same trait.

Signature

export interface TreeViewRange

Properties

Property Type Description
end TreeViewPlace
start TreeViewPlace

Property Details

end

Signature

readonly end: TreeViewPlace;

Type: TreeViewPlace

start

Signature

readonly start: TreeViewPlace;

Type: TreeViewPlace