Skip to main content
Version: v1

TreeViewPlace Interface

A place within a particular TreeView that is anchored relative to a specific node in the tree, or relative to the outside of the trait. Valid iff 'trait' is valid and, if provided, sibling is in the Location specified by 'trait'.

Signature

export interface TreeViewPlace

Properties

Property Modifiers Type Description
sibling optional NodeId
side Side
trait TraitLocation

Property Details

sibling

Signature

readonly sibling?: NodeId;

Type: NodeId

side

Signature

readonly side: Side;

Type: Side

trait

Signature

readonly trait: TraitLocation;

Type: TraitLocation