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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
before? | readonly | TCallbackHook | core/timeline/types/timeline-options.type.ts:13 |
after? | readonly | TCallbackHook | core/timeline/types/timeline-options.type.ts:14 |
audio? | readonly | TAudioCommandOverride | core/timeline/types/timeline-options.type.ts:15 |