mosaicgallery / GalleryImage
Interface: GalleryImage
Defined in: gallery/types.ts:5
An image in the Gallery with an associated top-level HTMLElement, which is part of the gallery and an HTMLImageElement which contains the image.
Properties
element
element:
HTMLElement
Defined in: gallery/types.ts:9
The gallery element, a direct descendant of the gallery.
height
height:
number|null
Defined in: gallery/types.ts:21
The height of the image. Might be null before the image is loaded.
img
img:
HTMLImageElement
Defined in: gallery/types.ts:13
The image element that displays the actual image of the gallery element.
width
width:
number|null
Defined in: gallery/types.ts:17
The width of the image. Might be null before the image is loaded.