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

    Interface Viewfilter

    A view filter is a collection of user-defined criteria that can be used to filter list data. Read-only (supports only Read).

    interface Viewfilter {
        action: string;
        fields: string;
        id: string;
        label: string;
        limit_values?: string;
        match_all?: "0" | "1";
        name?: string;
        updated: string;
        userid?: string;
    }
    Index

    Properties

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