Cuttlefish SDK Reference - v0.1.0
    Preparing search index...

    Interface LiveQueryOptions

    interface LiveQueryOptions {
        endpoint: string;
        params?: readonly unknown[];
        rowCache: RowCache;
        sql: string;
        token: string;
        upstreamId: string;
    }
    Index

    Properties

    endpoint: string
    params?: readonly unknown[]
    rowCache: RowCache
    sql: string
    token: string
    upstreamId: string