Interface representing an immutable plugin in the plugin system. Plugins expose typed read-only entities to the host and other plugins.
The entities configuration type, where each entity type must be a record
Readonly
The entities exposed by this plugin. All entities are immutable and cannot be modified at runtime.
Unique identifier for this plugin.
Interface representing an immutable plugin in the plugin system. Plugins expose typed read-only entities to the host and other plugins.