OptionalactionsCustomize or hide the actions for selected annotations.
Note:
This slot replaces customization previously done via annotationTooltipCallback.
Use instance.getSelectedAnnotations() to access the selected annotation(s).
OptionaldeleteCustomize or hide the delete annotation confirmation. Return null from render to skip the confirmation entirely.
OptionallinkCustomize or hide the link annotation editor (shown when interacting with a link annotation).
OptionalnoteCustomize or hide the note annotation expanded view.
Note: This controls the popup showing the note's text content - not the note indicator icon on the canvas. The popup's appearance is determined by the PDF reader (per PDF spec §12.5.6.4), making it UI that customers may want to customize.
OptionalstatusCustomize or hide the locked/read-only annotation status indicator (shown when hovering locked or read-only annotations).
OptionaltextCustomize or hide the text markup inline toolbar (toolbar shown when text is selected for markup).
Annotation-related slot configuration - UI surfaces for viewing, selecting, and managing annotations.
actionsannotationTooltipCallback.statustextMarkupInlinedeleteConfirmlinknoteExample
Custom annotation actions with a delete button:
Example
Skip the delete confirmation and delete immediately:
See
UI.Configuration