Skip to content

eo-typewriterjs


eo-typewriterjs / TCallCommand

Type Alias: TCallCommand

ts
type TCallCommand = TBaseCommand & object;

Defined in: core/commands/types/call-command.type.ts:13

Type Declaration

NameTypeDescriptionDefined in
kindtypeof CALL-core/commands/types/call-command.type.ts:14
callbackTCallbackFnDescription The function to invoke when this command is executedcore/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.

Released under the MIT License.