Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
PluginSettingsProps
Props passed to a plugin settings component.
Import
import type { PluginSettingsProps } from "@dartwic/interface-sdk/plugin-settings";Declaration
export interface PluginSettingsProps {
operation?: (...args: any[]) => Promise<any>;
plugin?: any;
pluginGroup?: any;
}Members
| Name | Type | Requirement | Description |
|---|---|---|---|
operation | (...args: any[]) => Promise<any> | Optional | |
plugin | any | Optional | |
pluginGroup | any | Optional |