Skip to content

eo-typewriterjs


eo-typewriterjs / TDeleteOptions

Type Alias: TDeleteOptions

ts
type TDeleteOptions = TCommandHookOptions & object;

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

Type Declaration

NameTypeDefined in
by?TAdvanceModeInputcore/timeline/types/timeline-options.type.ts:33
interval?numbercore/timeline/types/timeline-options.type.ts:34
cursor?TCursorSelectorcore/timeline/types/timeline-options.type.ts:35

Description

Options accepted by the delete builder method

Released under the MIT License.