Skip to content

eo-typewriterjs


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

PropertyModifierTypeDefined in
textreadonlystringcore/state/types/rich-text-document.type.ts:34
stylesreadonlyreadonly TTextStyle[]core/state/types/rich-text-document.type.ts:35

Released under the MIT License.