Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommandChangedArgs

An arguments object for the commandChanged signal.

Hierarchy

  • ICommandChangedArgs

Index

Properties

Properties

id

id: string | undefined

The id of the associated command.

This will be undefined when the type is 'many-changed'.

type

type: "added" | "removed" | "changed" | "many-changed"

Whether the command was added, removed, or changed.

Generated using TypeDoc