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

    Interface CreateBoardList

    interface CreateBoardList {
        id: string;
        name: string;
        pos?: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the board

    name: string

    The name of the list to be created. 1 to 16384 characters long.

    pos?: string

    Determines the position of the list. Valid values: top, bottom, or a positive number.