Expression Language Reference
    Preparing search index...

    Interface QueryObservableOpts

    Query options for observable data

    interface QueryObservableOpts {
        account?: string;
        client_identifier?: string;
        columns?: string[];
        document?: string;
        limit?: number;
        offset?: number;
        order?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    account?: string

    Explicit Account the Observable is Linked to

    client_identifier?: string
    columns?: string[]
    document?: string

    Explicit document the observable is linked to

    limit?: number
    offset?: number
    order?: string[]