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

    Interface CreateCardLabel

    interface CreateCardLabel {
        color: string;
        id: string;
        name?: string;
    }
    Index

    Properties

    Properties

    color: string

    A valid label color or null. See labels

    id: string

    The ID of the Card

    name?: string

    A name for the label