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

    Interface CreateList

    interface CreateList {
        idBoard: string;
        idListSource?: string;
        name: string;
        pos?: number | "top" | "bottom";
    }
    Index

    Properties

    idBoard: string

    The long ID of the board the list should be created on

    idListSource?: string

    ID of the List to copy into the new List

    name: string

    Name for the list

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

    Position of the list. top, bottom, or a positive floating point number