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
Constructor | Modifiers | Description |
---|---|---|
(constructor)(path, operatorFunc, value, isReverseParams) | Creates an instance of FilterQuery. |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
isReverseParams | boolean | ||
operatorFunc | FilterOperatorFunction | ||
path | string | ||
value | any |
Methods
Method | Modifiers | Description |
---|---|---|
execute(credential) | query filter interface that allows to query Verifiable Credential IFilterQuery |