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

    Interface UpdateChecklistField

    interface UpdateChecklistField {
        field: string;
        id: string;
        value: string;
    }
    Index

    Properties

    Properties

    field: string

    Field to update.

    id: string

    ID of a checklist.

    value: string

    The value to change the checklist name to. Should be a string of length 1 to 16384.