eo-typewriterjs / TRichTextSegment
Type Alias: TRichTextSegment
ts
type TRichTextSegment = object;Defined in: core/state/types/rich-text-segment.type.ts:9
Description
A contiguous segment of document text with its merged style stack applied
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
text | readonly | string | core/state/types/rich-text-segment.type.ts:10 |
from | readonly | number | core/state/types/rich-text-segment.type.ts:11 |
to | readonly | number | core/state/types/rich-text-segment.type.ts:12 |
styles | readonly | readonly TStyleRef[] | core/state/types/rich-text-segment.type.ts:13 |