Interface FilterRestrictions

interface FilterRestrictions {
    filterExpressionRestrictions: {
        allowedExpressions: FilterSelectionType;
        property: Dimension;
    }[];
    nonFilterableProperties: string[];
    requiredProperties: string[];
}

Properties

filterExpressionRestrictions: {
    allowedExpressions: FilterSelectionType;
    property: Dimension;
}[]

Type declaration

nonFilterableProperties: string[]
requiredProperties: string[]

Generated using TypeDoc