Skip to main content

Image

Type: image

Display an image from a URL, base64 data URL, or signable storage path.

Supports children: No

Displays an image from a URL, base64 data URL, or signable storage path. Useful for showing pasted images, charts, or any visual asset.

Example

{
"type": "image",
"props": {
"src": "https://example.com/map.png",
"alt": "Map preview",
"objectFit": "contain"
}
}

Every widget is defined as { "type": "image", "props": { ... } }. The properties below describe the props object.

Props

Loading ....

Raw schema

Download the full schema file: /widget-schema/image.json