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

    Interface ImageDescriptor

    interface ImageDescriptor {
        height?: number;
        url?: string;
        width?: number;
    }
    Index

    Properties

    Properties

    height?: number

    The height of the image.

    url?: string

    The URL of the image.

    width?: number

    The width of the image.