Skip to content

eo-typewriterjs


eo-typewriterjs / TCommandHookOptions

Type Alias: TCommandHookOptions

ts
type TCommandHookOptions = object;

Defined in: core/timeline/types/timeline-options.type.ts:12

Description

Shared lifecycle hook and runtime override options available on all builder methods

Properties

PropertyModifierTypeDefined in
before?readonlyTCallbackHookcore/timeline/types/timeline-options.type.ts:13
after?readonlyTCallbackHookcore/timeline/types/timeline-options.type.ts:14
audio?readonlyTAudioCommandOverridecore/timeline/types/timeline-options.type.ts:15

Released under the MIT License.