Skip to main content

FilterQuery class

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Filter for queries of credentialSubject with a json path e.g birthday.date

FilterQuery implements IFilterQuery interface

Signature:

export declare class FilterQuery implements IFilterQuery 

Implements: IFilterQuery

Constructors

ConstructorModifiersDescription
(constructor)(path, operatorFunc, value, isReverseParams)Creates an instance of FilterQuery.

Properties

PropertyModifiersTypeDescription
isReverseParamsboolean
operatorFuncFilterOperatorFunction
pathstring
valueany

Methods

MethodModifiersDescription
execute(credential)

query filter interface that allows to query Verifiable Credential

IFilterQuery