eo-typewriterjs / TTextStyle
Type Alias: TTextStyle
ts
type TTextStyle = object;Defined in: core/state/types/rich-text-document.type.ts:23
Description
A styled range within the document text
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
from | readonly | number | core/state/types/rich-text-document.type.ts:24 |
to | readonly | number | core/state/types/rich-text-document.type.ts:25 |
style | readonly | TStyleRef | core/state/types/rich-text-document.type.ts:26 |