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

    Interface List

    interface List {
        closed: boolean;
        id: string;
        idBoard: string;
        limits?: Limits;
        name: string;
        pos: number;
        softLimit?: string;
        subscribed?: boolean;
    }
    Index

    Properties

    closed: boolean
    id: string
    idBoard: string
    limits?: Limits
    name: string

    The name of the list

    pos: number
    softLimit?: string
    subscribed?: boolean