get_showAtRunMode();
Object.defineProperty('showAtRunMode');
Type | Description |
---|---|
boolean | true to render this object if the container is in run mode, otherwise; false. |
The value of this property will be true if the container is in run mode and hotspot object will be not be rendered (invisible). Derived classes can override this property if chose to render the object even at run mode.