Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
Resources
Define plugin-owned resource types and the UI used to display or configure them.
| Export | Import path | Description |
|---|---|---|
| defineResource | @dartwic/interface-sdk/resources | Defines a component-backed or directory-backed interface resource. |
| ResourceComponentProps | @dartwic/interface-sdk | Props supplied by the host to component resource contributions. |
| ResourceContributionDefinition | @dartwic/interface-sdk | Registers a resource type through the plugin registrar. |
| ResourceDefinition | @dartwic/interface-sdk | Complete configuration for an interface resource. |
| ResourceErrorState | @dartwic/interface-sdk | Resource load or save failure state presented by the host. |
| ResourceType | @dartwic/interface-sdk/resources | Supported resource presentation modes. |
| SaveResourceContentOptions | @dartwic/interface-sdk | Options controlling resource save feedback. |