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

    Interface CreateLabel

    interface CreateLabel {
        color: string;
        idBoard: string;
        name: string;
    }
    Index

    Properties

    Properties

    color: string

    The color for the label.

    idBoard: string

    The ID of the Board to create the Label on.

    name: string

    Name for the label