Skip to content

eo-typewriterjs


eo-typewriterjs / TAdvanceMode

Type Alias: TAdvanceMode

ts
type TAdvanceMode = object;

Defined in: core/commands/types/type-command.type.ts:18

Description

Explicit advance mode specifying unit and amount per step

Properties

PropertyModifierTypeDefined in
unitreadonlyTAdvanceUnitcore/commands/types/type-command.type.ts:19
amountreadonlynumbercore/commands/types/type-command.type.ts:20

Released under the MIT License.