Interface: AnnotationColor
@ghentcdh/annotated-text / AnnotationColor
Interface: AnnotationColor
Defined in: libs/core/src/lib/model/annotation.color.ts:23
Represents the color properties for an annotation.
AnnotationColor
Properties
background?
optional
background:string
Defined in: libs/core/src/lib/model/annotation.color.ts:5
The color of the background.
backgroundActive?
optional
backgroundActive:string
Defined in: libs/core/src/lib/model/annotation.color.ts:7
The color of the background when active.
border?
optional
border:string
Defined in: libs/core/src/lib/model/annotation.color.ts:4
The color of the border.
borderActive?
optional
borderActive:string
Defined in: libs/core/src/lib/model/annotation.color.ts:6
The color of the border when active.
color?
optional
color:string
Defined in: libs/core/src/lib/model/annotation.color.ts:9
gutterColor?
optional
gutterColor:string
Defined in: libs/core/src/lib/model/annotation.color.ts:8