Photo

The Photo element displays an image within the app. It supports customization of size, elevation, margins, and corner radius. The Src field specifies the image URL, and Alt provides descriptive text for accessibility or fallback display.

Applin Photo Element

Field Name Type Default Value Description
Name String {name} Unique identifier for the photo element.
Elevation Number 0 Shadow depth of the photo container.
Src URL {photoUrl} URL of the photo to display.
Alt String {alt} Alternative text for accessibility or placeholder.
Size Number 0 Overall display size of the photo.
Radius Number 12 Corner radius of the photo element.
Margin Number 20 Outer spacing around the photo.
MarginLine Number 10 Vertical spacing relative to other elements.

🔗 Additional Resources

To learn how to build this same element using JSON coding, visit:
Develop the Photo with JSON