Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommandExecutedArgs

An arguments object for the commandExecuted signal.

Hierarchy

  • ICommandExecutedArgs

Index

Properties

Properties

args

args: ReadonlyPartialJSONObject

The arguments object passed to the command.

id

id: string

The id of the associated command.

result

result: Promise<any>

The promise which resolves with the result of the command.

Generated using TypeDoc