@shortcut/client
    Preparing search index...

    Interface EntityTemplateTask

    interface EntityTemplateTask {
        complete?: boolean;
        description?: string;
        owners?: MemberSlim[];
        position?: number;
    }
    Index

    Properties

    complete?: boolean

    True/false boolean indicating whether the Task has been completed.

    description?: string

    Full text of the Task.

    owners?: MemberSlim[]

    An array of Members who own this Task.

    position?: number

    The number corresponding to the Task's position within a list of Tasks on a Story.

    int64