Skip to main content

Interface: ImageTileProps

The props type of an [[ImageTile]] component.

internal

Properties​

height​

• height: number

The height of the tile

Defined in​

components/ImageTile.tsx:29


left​

• left: number

The left position on the screen

Defined in​

components/ImageTile.tsx:23


top​

• top: number

The top position on the screen

Defined in​

components/ImageTile.tsx:25


url​

• url: string

The url or the tile image

Defined in​

components/ImageTile.tsx:21


width​

• width: number

The width of the tile

Defined in​

components/ImageTile.tsx:27