Query
cdf.dashboard.Query
The Query class allows generating query instances and is included here mainly for legacy reasons.
AMD Module
require(["cdf/dashboard/Query"], function(Query) { /* code goes here */ });
Constructor
Name | Description |
---|---|
new Query(cd, dataAccessId, dashboard) Deprecated | Builds a new Query object by calling |
Constructor Details
new Query(cd, dataAccessId, dashboard) Deprecated | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Builds a new Query instance by calling Source: dashboard/Query.js, line 16
|