Skip to main content

Enumeration: AnnotationStyleStates

AnnotationStyleStates - This enum defines the 4 possible states available for a Annotation instance.

Default: The default state for the annotation instance Highlighted: The annotation should be rendered in "highlighted" mode in response to direct user interaction; Selected: The annotation has been selected by the user; Locked: The annotation has been locked; AutoGenerated: The annotation has been auto generated;

Enumeration Members​

AutoGenerated​

AutoGenerated: "AutoGenerated"

Defined in​

tools/src/enums/AnnotationStyleStates.ts:22


Default​

Default: ""

Defined in​

tools/src/enums/AnnotationStyleStates.ts:18


Highlighted​

Highlighted: "Highlighted"

Defined in​

tools/src/enums/AnnotationStyleStates.ts:19


Locked​

Locked: "Locked"

Defined in​

tools/src/enums/AnnotationStyleStates.ts:21


Selected​

Selected: "Selected"

Defined in​

tools/src/enums/AnnotationStyleStates.ts:20