Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHelpProviderResponse

A response given after a IHelpProviderRequest.

An example help provider response:

example

{
  type: 'help:request:response',
  correlationId: 'some-unique-id'
}

Hierarchy

Index

Properties

Properties

correlationId

correlationId: string

The id for the object that triggered the help request.

type

type: "help:request:response"

Will always be HELP_RESPONSE_TYPE.

Generated using TypeDoc