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

    Interface GetBoardLabels

    interface GetBoardLabels {
        fields?: string[] | "all";
        id: string;
        limit?: number;
    }
    Index

    Properties

    Properties

    fields?: string[] | "all"

    The fields to be returned for the Labels.

    id: string

    The ID of the Board.

    limit?: number

    The number of Labels to be returned.