ITree Interface
Packages > @fluidframework/protocol-definitions > ITree
Signature:
export interface ITree
Properties
Property | Type | Description |
---|---|---|
entries | ITreeEntry[] | |
id | string | null |
Events
entries
Signature:
entries: ITreeEntry[];
id
Signature:
id: string | null;