Interface: BasePluginContext
Defined in: Plugin/PluginTypes.ts:85
Base context properties shared across server and client contexts. Platform-specific contexts extend this with additional capabilities.
Extended by
Properties
log
log:
PluginLogger
Defined in: Plugin/PluginTypes.ts:90
Scoped logger that prefixes output with the plugin ID
pluginId
pluginId:
string
Defined in: Plugin/PluginTypes.ts:87
The plugin's unique ID