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

NameTypeRequirementDescription
taskanyRequired
openSource(...args: any[]) => voidOptional