eo-typewriterjs / TCallCommand
Type Alias: TCallCommand
ts
type TCallCommand = TBaseCommand & object;Defined in: core/commands/types/call-command.type.ts:13
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
kind | typeof CALL | - | core/commands/types/call-command.type.ts:14 |
callback | TCallbackFn | Description The function to invoke when this command is executed | core/commands/types/call-command.type.ts:20 |
Description
A command that invokes a callback function as a named step in the timeline. The callback may be async - playback waits for the returned promise to settle before advancing to the next command.