CommandHandler: {
    handler: AnyFunction;
    id: string;
}

Type declaration

  • handler: AnyFunction
  • id: string

    The command id. e.g. just-web.showCommandPalette

Generated using TypeDoc