EQuery: {
MAIN_TIMESERIES: { isMainTimeSeries: true; objType: "timeseries" };
TYPE_CHART: { objType: "chart" };
TYPE_GENERATOR: { objType: "generator" };
TYPE_INDICATOR: { objType: "indicator" };
TYPE_LAYER: { objType: "layer" };
TYPE_MERGER: { objType: "merger" };
TYPE_SCALE: { objType: "scale" };
TYPE_TIMESERIES: { objType: "timeseries" };
TYPE_TOOL: { objType: "tool" };
}
Type declaration
Readonly
MAIN_TIMESERIES: { isMainTimeSeries: true; objType: "timeseries" }
Readonly
TYPE_CHART: { objType: "chart" }
Readonly
TYPE_GENERATOR: { objType: "generator" }
Readonly
TYPE_INDICATOR: { objType: "indicator" }
Readonly
TYPE_LAYER: { objType: "layer" }
Readonly
TYPE_MERGER: { objType: "merger" }
Readonly
TYPE_SCALE: { objType: "scale" }
Readonly
TYPE_TIMESERIES: { objType: "timeseries" }
Readonly
TYPE_TOOL: { objType: "tool" }
constants for common queries for methods in BG.charts.Controller
Functions using this enum include:
All of these constants are just pre made objects for convenience. E.g. EObjectQuery.TYPE_TOOL is the same as {"objType":"tool"}