We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 263a67e + 7278776 commit 1dbda37Copy full SHA for 1dbda37
packages/text-annotator/src/TextAnnotator.ts
@@ -17,6 +17,8 @@ export interface TextAnnotator<E extends unknown = TextAnnotation> extends Annot
17
18
element: HTMLElement;
19
20
+ setStyle(style: HighlightStyleExpression | undefined): void;
21
+
22
// Returns true if successful (or false if the annotation is not currently rendered)
23
scrollIntoView(annotation: TextAnnotation): boolean;
24
0 commit comments