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

    Interface AddStickerToCard

    interface AddStickerToCard {
        id: string;
        image: string;
        left: number;
        rotate?: number;
        top: number;
        zIndex: number;
    }
    Index

    Properties

    id: string

    The ID of the Card

    image: string

    For custom stickers, the id of the sticker. For default stickers, the string identifier (like 'taco-cool', see below)

    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