eo-typewriterjs / TRichTextDocument
Type Alias: TRichTextDocument
ts
type TRichTextDocument = object;Defined in: core/state/types/rich-text-document.type.ts:33
Description
The raw text content and associated text styles
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
text | readonly | string | core/state/types/rich-text-document.type.ts:34 |
styles | readonly | readonly TTextStyle[] | core/state/types/rich-text-document.type.ts:35 |