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

    Interface GetBoardLists

    interface GetBoardLists {
        cardFields?: string;
        cards?: string[];
        fields?: string;
        filter?: string;
        id: string;
    }
    Index

    Properties

    cardFields?: string

    all or a comma-separated list of card fields

    cards?: string[]

    Filter to apply to Cards.

    fields?: string

    all or a comma-separated list of list fields

    filter?: string

    Filter to apply to Lists

    id: string

    The ID of the board