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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
unit | readonly | TAdvanceUnit | core/commands/types/type-command.type.ts:19 |
amount | readonly | number | core/commands/types/type-command.type.ts:20 |