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

    Interface UpdateChecklist

    interface UpdateChecklist {
        id: string;
        name?: string;
        pos?: number | "top" | "bottom";
    }
    Index

    Properties

    Properties

    id: string

    ID of a checklist.

    name?: string

    Name of the new checklist being created. Should be length of 1 to 16384.

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

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