Skip to content

eo-typewriterjs


eo-typewriterjs / TStyleObject

Type Alias: TStyleObject

ts
type TStyleObject = object;

Defined in: core/state/types/rich-text-document.type.ts:5

Description

Style object for rich text

Properties

PropertyModifierTypeDefined in
className?readonlystringcore/state/types/rich-text-document.type.ts:6
attrs?readonlyRecord<string, string>core/state/types/rich-text-document.type.ts:7
css?readonlyRecord<string, string>core/state/types/rich-text-document.type.ts:8
ansi?readonlyRecord<string, string>core/state/types/rich-text-document.type.ts:9
meta?readonlyRecord<string, unknown>core/state/types/rich-text-document.type.ts:10

Released under the MIT License.