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

    Interface GetChecklistCheckItems

    interface GetChecklistCheckItems {
        fields?: string;
        filter?: string;
        id: string;
    }
    Index

    Properties

    Properties

    fields?: string

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

    filter?: string

    One of: all, none.

    id: string

    ID of a checklist.