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

    Interface UpdateCardSticker

    interface UpdateCardSticker {
        id: string;
        idSticker: string;
        left: number;
        rotate?: number;
        top: number;
        zIndex: number;
    }
    Index

    Properties

    id: string

    The ID of the Card

    idSticker: string

    The ID of the sticker

    left: number

    The left position of the sticker, from -60 to 100

    rotate?: number

    The rotation of the sticker

    top: number

    The top position of the sticker, from -60 to 100

    zIndex: number

    The z-index of the sticker