Skip to content

eo-typewriterjs


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

PropertyModifierTypeDefined in
textreadonlystringcore/state/types/rich-text-segment.type.ts:10
fromreadonlynumbercore/state/types/rich-text-segment.type.ts:11
toreadonlynumbercore/state/types/rich-text-segment.type.ts:12
stylesreadonlyreadonly TStyleRef[]core/state/types/rich-text-segment.type.ts:13

Released under the MIT License.