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

    Interface CreateBoardLabel

    interface CreateBoardLabel {
        color: string;
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    color: string

    Sets the color of the new label. Valid values are a label color or null.

    id: string

    The id of the board to update

    name: string

    The name of the label to be created. 1 to 16384 characters long.