Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
PluginSettingsDefinition
Component registered as a plugin settings panel.
Import
import type { PluginSettingsDefinition } from "@dartwic/interface-sdk/plugin-settings";Declaration
export interface PluginSettingsDefinition {
component: (props: PluginSettingsProps) => any;
}Members
| Name | Type | Requirement | Description |
|---|---|---|---|
component | (props: PluginSettingsProps) => any | Required |