Skip to content 

ITree Interface

Packages > @fluidframework/protocol-definitions > ITree

Signature:

export interface ITree 

Properties

List of properties of this interface
Property Type Description
entries ITreeEntry[]
id string | null

Events

entries

Signature:

entries: ITreeEntry[];

id

Signature:

id: string | null;