Expression Language Reference
    Preparing search index...

    Type Alias queryObservables

    queryObservables: (
        this: ExprAppContext,
        type: string,
        opts?: QueryObservableOpts,
    ) => Promise<Observable_Data[]>

    Query one or more Observables of a particular type based on set of conditions defined in QueryObservableOpts.

    Type declaration