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

    Interface UpdateList

    interface UpdateList {
        closed?: boolean;
        id: string;
        idBoard?: string;
        name?: string;
        pos?: number | "top" | "bottom";
        subscribed?: boolean;
    }
    Index

    Properties

    closed?: boolean

    Whether the list should be closed (archived)

    id: string

    The ID of the list

    idBoard?: string

    ID of a board the list should be moved to

    name?: string

    New name for the list

    pos?: number | "top" | "bottom"

    New position for the list: top, bottom, or a positive floating point number

    subscribed?: boolean

    Whether the active member is subscribed to this list