IHelpMessage Interface
Packages > @fluidframework/protocol-definitions > IHelpMessage
Represents a message containing tasks.
Signature:
export interface IHelpMessage
Properties
Property | Type | Description |
---|---|---|
tasks | string[] | |
version | string |
Events
tasks
Signature:
tasks: string[];
version
Signature:
version?: string;