The component id of the current view instance.
The configuration of the component to render.
The rendered HTML of the view.
The configuration of the view to render.
The viewFields of the view.
Sets the given context as context. Overrides if the key of a field was allready in use.
CSL.contextManager.setContextValue({'name': 'John', 'age': 35});
CSL.contextManager.setContextValue('name', 'John');
The context to set or the key of the context.
Optional
contextValue: anyThe value for the key.
Generated using TypeDoc
This class supports the functionality for custom scripting on a context manager. You can access all the methods by using the namespace
CSL.contextManager
.