@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 {
        description?: string;
        fields?: string;
        id: string;
        limit_values?: string;
        match_all?: "0" | "1";
        name: string;
        updated: string;
        userid?: string;
    }
    Index

    Properties

    description?: string
    fields?: string
    id: string
    limit_values?: string
    match_all?: "0" | "1"
    name: string
    updated: string
    userid?: string