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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
className? | readonly | string | core/state/types/rich-text-document.type.ts:6 |
attrs? | readonly | Record<string, string> | core/state/types/rich-text-document.type.ts:7 |
css? | readonly | Record<string, string> | core/state/types/rich-text-document.type.ts:8 |
ansi? | readonly | Record<string, string> | core/state/types/rich-text-document.type.ts:9 |
meta? | readonly | Record<string, unknown> | core/state/types/rich-text-document.type.ts:10 |