@veltdev/sdk 1.0.12 → 1.0.13
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.
|
@@ -133,7 +133,7 @@ export declare class CommentAnnotation {
|
|
|
133
133
|
/**
|
|
134
134
|
* Set `true` to set text comment annotation on all the text content of provided target element using `targetElementId`
|
|
135
135
|
*/
|
|
136
|
-
|
|
136
|
+
selectAllContent?: boolean;
|
|
137
137
|
approved?: boolean;
|
|
138
138
|
status: CustomStatus;
|
|
139
139
|
/**
|