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

    Interface Label

    interface Label {
        color?: Color;
        id?: string;
        idBoard?: string;
        name?: string;
    }
    Index

    Properties

    color?: Color

    The color of the label. Null means no color and the label will not be shown on the front of Cards.

    id?: string

    The ID of the label.

    idBoard?: string

    The ID of the board the label is on.

    name?: string

    The name displayed for the label.