Interface onMessageArgs

Hierarchy

  • onMessageArgs

Properties

appRootStore: AppRootStore

The application root store.

client: Client

The client object used for making network calls.

message: string

The name of the message to be handled.

params: Record<string, unknown>

The parameters for the message.

Generated using TypeDoc