Skip to main content

Interface: TextMarkupMetadata

Defined in: Data/Models/User/UserTextMarkup.ts:8

Metadata structure for text markup Extensible design allows future markup types without schema changes

Extends

Indexable

[key: string]: string | number | boolean | null | undefined

Properties

backgroundColor?

optional backgroundColor?: string

Defined in: Data/Models/User/UserTextMarkup.ts:17


borderColor?

optional borderColor?: string

Defined in: Data/Models/User/UserTextMarkup.ts:16


boxStyle?

optional boxStyle?: "solid" | "dashed" | "rounded"

Defined in: Data/Models/User/UserTextMarkup.ts:15


markupType?

optional markupType?: string

Defined in: Data/Models/User/UserTextMarkup.ts:9


strikeColor?

optional strikeColor?: HighlightColor

Defined in: Data/Models/User/UserTextMarkup.ts:14


underlineColor?

optional underlineColor?: HighlightColor

Defined in: Data/Models/User/UserTextMarkup.ts:11


underlineStyle?

optional underlineStyle?: "solid" | "wavy" | "dotted" | "dashed"

Defined in: Data/Models/User/UserTextMarkup.ts:10


version?

optional version?: number

Defined in: Data/Models/User/UserTextMarkup.ts:20


wordCount?

optional wordCount?: number

Defined in: Data/Models/User/UserTextMarkup.ts:19