interface OverlapsFilterV3 {
    overlaps: {
        endProperty: DMSFilterProperty;
        gt?: FilterValueRange;
        gte?: FilterValueRange;
        lt?: FilterValueRange;
        lte?: FilterValueRange;
        startProperty: DMSFilterProperty;
    };
}

Properties

Properties

overlaps: {
    endProperty: DMSFilterProperty;
    gt?: FilterValueRange;
    gte?: FilterValueRange;
    lt?: FilterValueRange;
    lte?: FilterValueRange;
    startProperty: DMSFilterProperty;
}

Matches items where the range made up of the two properties overlap with the provided range. Not available for search queries.