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

    Interface MoveAllCardsInList

    interface MoveAllCardsInList {
        id: string;
        idBoard: string;
        idList: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the list

    idBoard: string

    The ID of the board the cards should be moved to

    idList: string

    The ID of the list that the cards should be moved to