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

    Interface CreateCardChecklist

    interface CreateCardChecklist {
        id: string;
        idChecklistSource?: string;
        name?: string;
        pos?: string;
    }
    Index

    Properties

    id: string

    The ID of the Card

    idChecklistSource?: string

    The ID of a source checklist to copy into the new one

    name?: string

    The name of the checklist

    pos?: string

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