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

    Interface UpdateCardCheckItem

    interface UpdateCardCheckItem {
        id: string;
        idCheckItem: string;
        idChecklist?: string;
        name?: string;
        pos?: number | "top" | "bottom";
        state?: string;
    }
    Index

    Properties

    id: string

    The ID of the Card

    idCheckItem: string

    The ID of the checkitem

    idChecklist?: string

    The ID of the checklist this item is in

    name?: string

    The new name for the checklist item

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

    top, bottom, or a positive float

    state?: string

    One of: complete, incomplete