Last date modified: 2025-Jul-02

Interface: ICreateAnnotationOptions

Annotation creation options

Properties

persist?

optionalpersist: boolean

Whether or not the annotation should be persisted to the database

This defaults to true.


text?

optionaltext: string

Redaction text

This only applies if the IAnnotation being created is a text redaction. If no value is specified, the user's default text will be used.


textSize?

optionaltextSize: RedactionTextSize

Redaction text size

This only applies if the IAnnotation being created is a text redaction. If no value is specified, the user's default size will be used.

Return to top of the page
Feedback