Skip to content

eo-typewriterjs


eo-typewriterjs / TBaseCommand

Type Alias: TBaseCommand

ts
type TBaseCommand = object;

Defined in: core/commands/types/base-command.type.ts:12

Description

Shared fields present on every command in the timeline

Properties

PropertyModifierTypeDescriptionDefined in
idreadonlystring-core/commands/types/base-command.type.ts:13
kindreadonlyTCommandKind-core/commands/types/base-command.type.ts:14
before?readonlyTCallbackHookDescription Optional hook invoked before each step of the command, or once for instant commands (move, select, style, wait, call)core/commands/types/base-command.type.ts:21
after?readonlyTCallbackHookDescription Optional hook invoked after each step of the command, or once for instant commands (move, select, style, wait, call)core/commands/types/base-command.type.ts:28
audio?readonlyTAudioCommandOverrideDescription Per-command audio override. Set to false to silence sounds for this command. Set to an object to use a specific sfx, sfxs subset, or volume. When omitted, the typewriter-level audio defaults apply.core/commands/types/base-command.type.ts:37

Released under the MIT License.