Skip to content

eo-typewriterjs


eo-typewriterjs / TSelectOptions

Type Alias: TSelectOptions

ts
type TSelectOptions = TCommandHookOptions & object;

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

Type Declaration

NameTypeDefined in
by?TAdvanceModeInputcore/timeline/types/timeline-options.type.ts:23
interval?numbercore/timeline/types/timeline-options.type.ts:24
cursor?TCursorSelectorcore/timeline/types/timeline-options.type.ts:25

Description

Options accepted by the select builder method

Released under the MIT License.