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