Skip to content 

IHelpMessage Interface

Packages > @fluidframework/protocol-definitions > IHelpMessage

Represents a message containing tasks.

Signature:

export interface IHelpMessage 

Properties

List of properties of this interface
Property Type Description
tasks string[]
version string

Events

tasks

Signature:

tasks: string[];

version

Signature:

version?: string;