Home > @poq/sdk-sfcc > NestedQuery > (constructor)
Constructs a new instance of the NestedQuery
class
Signature:
constructor(params?: {
path: string;
query: object;
scoreMode?: NestedQueryScoreModeEnum;
});
Parameter | Type | Description |
---|---|---|
params | { path: string; query: object; scoreMode?: NestedQueryScoreModeEnum; } | (Optional) |