IDocumentSystemMessage Interface
Packages > @fluidframework/protocol-definitions > IDocumentSystemMessage
Document Message with optional system level data field.
Signature:
export interface IDocumentSystemMessage extends IDocumentMessage
Extends: IDocumentMessage
Properties
Property | Type | Description |
---|---|---|
data | string |
Events
data
Signature:
data: string;