@theredspace/spp-client
    Preparing search index...

    Interface Viewfilterrule

    A view filter rule is one of the criteria used in a Viewfilter. Read-only (supports only Read).

    interface Viewfilterrule {
        condition:
            | "ge"
            | "gt"
            | "es"
            | "ne"
            | "ct"
            | "nc"
            | "bw"
            | "ew"
            | "lt"
            | "le";
        created: DateContainer;
        field?: string;
        id: string;
        required: "0"
        | "1";
        type: "D" | "R" | "C" | "N" | "B" | "MS" | "P1" | "P2";
        updated: DateContainer;
        value: string;
        viewfilterid: string;
    }
    Index

    Properties

    condition: "ge" | "gt" | "es" | "ne" | "ct" | "nc" | "bw" | "ew" | "lt" | "le"
    created: DateContainer
    field?: string
    id: string
    required: "0" | "1"
    type: "D" | "R" | "C" | "N" | "B" | "MS" | "P1" | "P2"
    updated: DateContainer
    value: string
    viewfilterid: string