Readonly
MAIN_TIMESERIES
MAIN_TIMESERIES: { isMainTimeSeries: true; objType: "timeseries" }
Readonly
TYPE_CHART
TYPE_CHART: { objType: "chart" }
Readonly
TYPE_GENERATOR
TYPE_GENERATOR: { objType: "generator" }
Readonly
TYPE_INDICATOR
TYPE_INDICATOR: { objType: "indicator" }
Readonly
TYPE_LAYER
TYPE_LAYER: { objType: "layer" }
Readonly
TYPE_MERGER
TYPE_MERGER: { objType: "merger" }
Readonly
TYPE_SCALE
TYPE_SCALE: { objType: "scale" }
Readonly
TYPE_TIMESERIES
TYPE_TIMESERIES: { objType: "timeseries" }
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"}