Description

Generic class representing a hierarchical item This is extended by organizations to achieve a hierarchical data model

Hierarchy (view full)

Constructors

Properties

ancestorIds: string[]

The ancestor IDs (in order from root to this entity)

ancestorNamePath: string

The ancestor entity name path (comma separated name path, starting from root)

childrenCount: number

The number of children this organization has

depth: number

The depth that this entity is in the tree

name: string

Name of the entity

parentId: null | string

The parent entity's ID

Generated using TypeDoc