@recogito/text-annotator 3.0.0-rc.50 → 3.0.0-rc.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,7 @@ export interface W3CTextAnnotation extends W3CAnnotation {
6
6
  export interface W3CTextAnnotationTarget extends W3CAnnotationTarget {
7
7
  selector: W3CTextSelector | W3CTextSelector[];
8
8
  styleClass?: string;
9
+ scope?: string;
9
10
  }
10
11
  /**
11
12
  * Matches the `Text Quote Selector` spec