Image

This component displays an image.

Public Variables (Properties)

[?]

The Image component has the following basic properties and property groups that are common to all components:

Name, Advanced Properties, Container Properties, Styles, Preloader, Events, Bindings, Tooltip.

Image

The image displayed by this component.

Variable Name:

image

Records:

1

Record Format:

Field Name

Field Type

Field Description

imageType

Integer

Choose whether to use data from the imageData field or the imageURL field.

  • 0 - Image Data

  • 1 - URL

imageData

Data Block

Image data.

imageUrl

String

Image URL.

Alternative Text

Description to display if the image didn't load correctly.

Variable Name:

alt

Records:

1

Record Format:

Field Name

Field Type

Field Description

alt

String

Alternative Text

Fetch Priority

Allows to signal the browser that fetching a particular image early in the loading process has more or less impact on user experience than a browser can reasonably infer when assigning an internal priority. This in turn allows the browser to increase or decrease the priority, and potentially load the image earlier or later than it would otherwise.

Variable Name:

fetchPriority

Records:

1

Record Format:

Field Name

Field Type

Field Description

fetchPriority

String

Fetch Priority. This property has three selection values:

  • High

  • Low

  • Auto (default).

Loading

Provides a hint to the browser on how to handle the loading of the image which is currently outside the window's visual viewport. This helps to optimize the loading of the document's contents by postponing loading the image until it's expected to be needed, rather than immediately during the initial page load.

Variable Name:

loading

Records:

1

Record Format:

Field Name

Field Type

Field Description

loading

String

Loading. This property has two selection values:

  • Eager (default)

  • Lazy.

Public Events

[?]

Common Events: Mouse Clicked

Was this page helpful?