Skip to main content

Class: Options

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

Constructors

Constructor

new Options(labels, predicate?): Options;

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

Parameters

ParameterType
labelsRecord<string, string>
predicate?Predicate

Returns

Options

Properties

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