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