Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Command

A command is a unique identifier of a function which can be executed by a user via a keyboard shortcut, a menu action or directly.

Hierarchy

  • Command

Index

Properties

Optional arguments

arguments: any[]

Arguments that the command handler should be invoked with.

Optional iconClass

iconClass: string

An icon class of this command.

id

id: string

A unique identifier of this command.

Optional label

label: string

A label of this command.

Optional tooltip

tooltip: string

A tooltip for for command, when represented in the UI.