ITree Interface
Signature
export interface ITree
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
entries | ITreeEntry[] | ||
id | optional |
string | |
unreferenced | optional |
true |
Property Details
entries
Signature
entries: ITreeEntry[];
Type: ITreeEntry[]
id
Signature
id?: string;
Type: string
unreferenced
Signature
unreferenced?: true;
Type: true