commands: {
    description: string;
    exec: ((editor, args) => void);
    name: string;
}[]

Type declaration

  • description: string
  • exec: ((editor, args) => void)
      • (editor, args): void
      • Parameters

        • editor: any
        • args: any

        Returns void

  • name: string

Generated using TypeDoc