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

    Interface CreateChecklist

    interface CreateChecklist {
        idCard: string;
        idChecklistSource?: string;
        name?: string;
        pos?: number | "top" | "bottom";
    }
    Index

    Properties

    idCard: string

    The ID of the Card that the checklist should be added to.

    idChecklistSource?: string

    The ID of a checklist to copy into the new checklist.

    name?: string

    The name of the checklist. Should be a string of length 1 to 16384.

    pos?: number | "top" | "bottom"

    The position of the checklist on the card. One of: top, bottom, or a positive number.