Image

Here you’ll find a Image description and its attributes details.

What is it?

The Image widget defines a native image using server-driven data received through Beagle.

Your structure is represented by the attributes below:

AttributeTypeRequiredDefinition
pathImagePath or BindingRefers to a local image or URL of a remote image to be exhibited.
modeImageContentModeResponsible to control how the image will be internally controlled.

How to use it?

Image(
    path = ImagePath.Remote(
        url = "https://i.ibb.co/k9tYwtX/selo-do-exemplo-28420393.jpg",
        placeholder = ImagePath.Local(mobileId = "imagePath", webUrl = "/imagePath.png")
    ),
    mode = ImageContentMode.CENTER
)

Overview

Here you’ll find a Image description and its attributes details.

Imagecontentmode

Here you’ll find a ImageContentMode description.

Imagepath

You will find here a description of ImagePath.


Last modified February 11, 2021: create content (#298) (43225e15)