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

    Interface UpdateMemberBoardStar

    interface UpdateMemberBoardStar {
        id: string;
        idStar: string;
        pos?: number | "top" | "bottom";
    }
    Index

    Properties

    Properties

    id: string

    The ID or username of the member

    idStar: string

    The ID of the board star

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

    New position for the starred board. top, bottom, or a positive float.