Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
TaskConfigDefinition
Task type and component registered as a configuration editor.
Import
import type { TaskConfigDefinition } from "@dartwic/interface-sdk/tasks";Declaration
export interface TaskConfigDefinition {
taskType: string;
component: TaskComponent;
}Members
| Name | Type | Requirement | Description |
|---|---|---|---|
taskType | string | Required | |
component | TaskComponent | Required |