Home > @poq/sdk-sfcc > Range2Filter > (constructor)
Constructs a new instance of the Range2Filter
class
Signature:
constructor(params?: {
fromField: string;
toField: string;
filterMode?: Range2FilterFilterModeEnum;
fromInclusive?: boolean;
fromValue?: object;
toInclusive?: boolean;
toValue?: object;
});
Parameter | Type | Description |
---|---|---|
params | { fromField: string; toField: string; filterMode?: Range2FilterFilterModeEnum; fromInclusive?: boolean; fromValue?: object; toInclusive?: boolean; toValue?: object; } | (Optional) |