Trello.js - API library
    Preparing search index...

    Interface CreateChecklistCheckItems

    interface CreateChecklistCheckItems {
        checked?: boolean;
        id: string;
        name: string;
        pos?: string;
    }
    Index

    Properties

    Properties

    checked?: boolean

    Determines whether the check item is already checked when created.

    id: string

    ID of a checklist.

    name: string

    The name of the new check item on the checklist. Should be a string of length 1 to 16384.

    pos?: string

    The position of the check item in the checklist. One of: top, bottom, or a positive number.