- Preparing search index...
- The search index is not available
ExecCommandCallback<T, C>: ((this,
command,
value?,
next?,
...args) => void | boolean | Promise<void | boolean>) | ((this,
command,
value,
next,
...args) => void | boolean | Promise<void | boolean>)
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>