Options
All
  • Public
  • Public/Protected
  • All
Menu

Information about a command handler used to connect message actions to a command.

Hierarchy

  • CommandReference

Index

Properties

id

id: string

The id of the action as referenced in the markup.

name

name: string

The name of the command the button or menu should invoke when selected.

Optional parameterName

parameterName: string

Name of the parameter that should be used to pass the values of the menu drop-down.

Optional parameters

parameters: {}

List of parameters to be passed to the command.

Type declaration

  • [key: string]: any

Generated using TypeDoc