Skip to content

eo-typewriterjs


eo-typewriterjs / TWaitCommand

Type Alias: TWaitCommand

ts
type TWaitCommand = TBaseCommand & object;

Defined in: core/commands/types/wait-command.type.ts:9

Type Declaration

NameTypeDefined in
durationnumbercore/commands/types/wait-command.type.ts:10

Description

A command representing a pause in the timeline for a specified duration

Released under the MIT License.