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

    Interface UpdateCardChecklistItem

    interface UpdateCardChecklistItem {
        idCard: string;
        idCheckItem: string;
        idChecklist: string;
        pos?: number | "top" | "bottom";
    }
    Index

    Properties

    idCard: string

    The ID of the Card

    idCheckItem: string

    The ID of the checklist item to update

    idChecklist: string

    The ID of the item to update.

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

    top, bottom, or a positive float