Properties¶
The base plugin provides some properties that are specific to a plugin instance.
| Property | Value Type | Notes |
|---|---|---|
pluginFolderPath |
string | The return value is the full path to the plugin. This is useful if you need to construct a full path to a file somewhere in the plugin's hierarchy, perhaps to have IWS stream the file back. |
pluginSupportURL |
string | The return value is URL that's specified in the plugin's Info.plist. |