Skip to main content
Version: v1

ITree Interface

Signature

export interface ITree

Properties

PropertyModifiersTypeDescription
entriesITreeEntry[]
idoptionalstring
unreferencedoptionaltrue

Property Details

entries

Signature

entries: ITreeEntry[];

Type: ITreeEntry[]

id

Signature

id?: string;

Type: string

unreferenced

Signature

unreferenced?: true;

Type: true