ITreeEntry Interface
Packages > @fluidframework/protocol-definitions > ITreeEntry
A tree entry wraps a path with a type of node
Signature:
export interface ITreeEntry
Properties
Property | Type | Description |
---|---|---|
mode | FileMode | |
path | string | |
type | string | |
value | IBlob | ITree | string |
Events
mode
Signature:
mode: FileMode;
path
Signature:
path: string;
type
Signature:
type: string;
value
Signature:
value: IBlob | ITree | string;