Class: Options
Defined in: components/setAnnotations.d.ts:7
Constructors
Constructor
new Options(annotations, predicate?): Options;
Defined in: components/setAnnotations.d.ts:14
Parameters
| Parameter | Type |
|---|---|
annotations | Record<string, string> |
predicate? | Predicate |
Returns
Options
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
annotations | Record<string, string> | Annotations to set in documents. | components/setAnnotations.d.ts:9 |
predicate? | Predicate | Predicate to filter which documents to modify. All documents will be modified if not specified. | components/setAnnotations.d.ts:13 |