Skip to content

eo-typewriterjs


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

PropertyModifierTypeDefined in
fromreadonlynumbercore/state/types/rich-text-document.type.ts:24
toreadonlynumbercore/state/types/rich-text-document.type.ts:25
stylereadonlyTStyleRefcore/state/types/rich-text-document.type.ts:26

Released under the MIT License.