Const
object has children (e.g. chart contains timeseries, timeseries contain layers, ...)
exposed to ui; e.g. if this flag is set, the UI may show this object
object was automatically generated by a ToolGenerator, often used in combination with the LOCKED flag
object is locked, and can/must not be modified, but can be selected/interacted with
no flags
object is ignored by event handling; e.g. can not be selected/hovered/interacted with
object can be removed via UI
object has signal characteristics (e.g. for a horizontal line tool = threshold value of an indicator)
object is not yet finialized (e.g. a tool that is currently being placed)
An enum containing various bit flags to indicate properties for instances of BG.charts.Object or it's options Bits 1-16 are reserved by ChartBreaker; applications may use all aditional bits
Checking for a flag
Modifying flags
Unlike most other config values, you will probably not want to directly set a new value most of the time. Instead, you might want to add, remove or toggle flags