Skip to content

eo-typewriterjs


eo-typewriterjs / TMoveOptions

Type Alias: TMoveOptions

ts
type TMoveOptions = TCommandHookOptions & object;

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

Type Declaration

NameTypeDefined in
by?TAdvanceModeInputcore/timeline/types/timeline-options.type.ts:43
interval?numbercore/timeline/types/timeline-options.type.ts:44
cursor?TCursorSelectorcore/timeline/types/timeline-options.type.ts:45

Description

Options accepted by the move builder method

Released under the MIT License.