Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommand

Describes a viewer command

export
interface

ICommand

Hierarchy

  • ICommand

Index

Properties

enabled

enabled: function

Indicates if this command is enabled based on the given application state

memberof

ICommand

Type declaration

Optional icon

icon: undefined | string

The icon for this command

type

{string}

memberof

ICommand

Optional iconClass

iconClass: undefined | string

invoke

Invokes the command

type

{DispatcherFunc}

memberof

ICommand

selected

selected: function

Indicates if this command is enabled based on the given application state

memberof

ICommand

Type declaration

Generated using TypeDoc