settings property

JsObject? settings

Settings We have no way of knowing what settings have been applied to Aloha in its js startup so you need to know the settings structure on the client side.

Implementation

js.JsObject? get settings => _alohaContext['settings'];