Framework
getPluginContext()
Function: getPluginContext()
function getPluginContext(pluginName): PluginContextGet plugin context for a model.
Used by model.pluginContext(pluginName) to access plugin state and methods.
Parameters
| Parameter | Type | Description |
|---|---|---|
pluginName | string | Name of the plugin |
Returns
Plugin context or throws if plugin not found
