eo-typewriterjs / TStyleRange
Type Alias: TStyleRange
ts
type TStyleRange = object;Defined in: core/commands/types/style-command.type.ts:13
Description
Defines a fixed document range to apply a style to
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
from | readonly | number | core/commands/types/style-command.type.ts:14 |
to | readonly | number | core/commands/types/style-command.type.ts:15 |