Class UICommand

Index

Constructor methods

Properties

Constructor methods

constructor(label: string): UICommand

Parameters

  • label: string

Returns

UICommand

constructor(label: string, action: UICommandInvokedHandler): UICommand

Parameters

Returns

UICommand

constructor(label: string, action: UICommandInvokedHandler, commandId: any): UICommand

Parameters

Returns

UICommand

constructor(): UICommand

Returns

UICommand

Properties

public id: any

public invoked: UICommandInvokedHandler

public label: string