Zamok Kiosk API
    Preparing search index...
    interface LoadPayload {
        additionalFiltration?: <T>(snapshots: LoadedLog<T>[]) => LoadedLog<T>[];
        from?: number | Date;
        limit?: number;
        orderBy?: { direction: "desc" | "asc"; field: string };
        preloadNextPage?: true;
        preserveDates?: true;
        startAt?: any;
        statePath?: string;
        to?: number | Date;
        type: string;
        where?: FilterWhere[];
    }
    Index

    Properties

    additionalFiltration?: <T>(snapshots: LoadedLog<T>[]) => LoadedLog<T>[]
    from?: number | Date
    limit?: number
    orderBy?: { direction: "desc" | "asc"; field: string }
    preloadNextPage?: true
    preserveDates?: true
    startAt?: any
    statePath?: string
    to?: number | Date
    type: string
    where?: FilterWhere[]