Interface: AnnotationColor
@ghentcdh/annotated-text / AnnotationColor
Interface: AnnotationColor
Defined in: libs/core/src/lib/model/annotation.color.ts:25
Represents the color properties for an annotation.
AnnotationColor
Properties
background?
optionalbackground:string
Defined in: libs/core/src/lib/model/annotation.color.ts:5
The color of the background.
backgroundActive?
optionalbackgroundActive:string
Defined in: libs/core/src/lib/model/annotation.color.ts:7
The color of the background when active.
border?
optionalborder:string
Defined in: libs/core/src/lib/model/annotation.color.ts:4
The color of the border.
borderActive?
optionalborderActive:string
Defined in: libs/core/src/lib/model/annotation.color.ts:6
The color of the border when active.
color?
optionalcolor:string
Defined in: libs/core/src/lib/model/annotation.color.ts:9
gutterColor?
optionalgutterColor:string
Defined in: libs/core/src/lib/model/annotation.color.ts:8
tagBackground?
optionaltagBackground:string
Defined in: libs/core/src/lib/model/annotation.color.ts:10
tagColor?
optionaltagColor:string
Defined in: libs/core/src/lib/model/annotation.color.ts:11