ExecCommandCallback<T, C>: ((this, command, value?, next?, ...args) => void | boolean | Promise<void | boolean>) | ((this, command, value, next, ...args) => void | boolean | Promise<void | boolean>)

Type Parameters

  • T

  • C extends string

Type declaration

    • (this, command, value?, next?, ...args): void | boolean | Promise<void | boolean>
    • Parameters

      • this: T
      • command: C
      • Optional value: string
      • Optional next: any
      • Rest ...args: unknown[]

      Returns void | boolean | Promise<void | boolean>

Type declaration

    • (this, command, value, next, ...args): void | boolean | Promise<void | boolean>
    • Parameters

      • this: T
      • command: C
      • value: string
      • next: string
      • Rest ...args: unknown[]

      Returns void | boolean | Promise<void | boolean>

Jodit PRO

If you like Jodit - try Jodit PRO