Skip to content

@camera.ui/sdk / plugin / PluginInfo

Interface: PluginInfo

Defined in: plugin/contract.ts:167

Lightweight handle identifying an installed plugin — used in RPC payloads and managers to refer to the plugin without shipping its full state.

Properties

contract

contract: PluginContract

Defined in: plugin/contract.ts:173

Full contract the plugin was loaded with.


id

id: string

Defined in: plugin/contract.ts:169

Unique runtime ID assigned by the host (stable across restarts).


name

name: string

Defined in: plugin/contract.ts:171

Plugin package name (matches PluginContract.name).