Skip to content 

IAttachMessage Interface

Packages > @fluidframework/runtime-definitions > IAttachMessage

Message send by client attaching local data structure. Contains snapshot of data structure which is the current state of this data structure.

Signature:

export interface IAttachMessage 

Properties

List of properties of this interface
Property Type Description
id string The identifier for the object
snapshot ITree Initial snapshot of the document (contains ownership)
type string The type of object

Events

id

The identifier for the object

Signature:

id: string;

snapshot

Initial snapshot of the document (contains ownership)

Signature:

snapshot: ITree;

type

The type of object

Signature:

type: string;