Framework
hasPlugin()
Function: hasPlugin()
function hasPlugin(pluginName): booleanCheck if a plugin is registered.
Parameters
| Parameter | Type | Description |
|---|---|---|
pluginName | string | Name of the plugin |
Returns
boolean
True if plugin is registered
Robo.jsfunction hasPlugin(pluginName): booleanCheck if a plugin is registered.
| Parameter | Type | Description |
|---|---|---|
pluginName | string | Name of the plugin |
boolean
True if plugin is registered