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

    Interface GetChecklistCheckItem

    interface GetChecklistCheckItem {
        fields?: string;
        id: string;
        idCheckItem: string;
    }
    Index

    Properties

    fields?: string

    One of: all, name, nameData, pos, state, type.

    id: string

    ID of a checklist.

    idCheckItem: string

    ID of the check item to retrieve.