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

    Interface UpdateLabelField

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

    Properties

    Properties

    field: string

    The field on the Label to update.

    id: string

    The id of the label

    value: string

    The new value for the field.