Skip to main content

Class: Options

Defined in: components/setAnnotations.d.ts:7

Constructors

Constructor

new Options(annotations, predicate?): Options;

Defined in: components/setAnnotations.d.ts:14

Parameters

ParameterType
annotationsRecord<string, string>
predicate?Predicate

Returns

Options

Properties

PropertyTypeDescriptionDefined in
annotationsRecord<string, string>Annotations to set in documents.components/setAnnotations.d.ts:9
predicate?PredicatePredicate to filter which documents to modify. All documents will be modified if not specified.components/setAnnotations.d.ts:13