Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
TaskCardProps
Props passed to a task card.
Import
import type { TaskCardProps } from "@dartwic/interface-sdk/tasks";Declaration
export interface TaskCardProps {
task: any;
openSource?: (...args: any[]) => void;
}Members
| Name | Type | Requirement | Description |
|---|---|---|---|
task | any | Required | |
openSource | (...args: any[]) => void | Optional |