The image attribute of the item.

Export

Image

interface Image {
    Height?: DecimalWithUnits;
    URL?: string;
    Width?: DecimalWithUnits;
}

Properties

Properties

Memberof

Image

URL?: string

The image URL attribute of the item.

Memberof

Image

Memberof

Image