A breadcrumb displays the current location within a hierarchy. It allows going back to states higher up in the hierarchy.

Public Variables (Properties)

[?]

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

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

Data

This property defines breadcrumb's structure and its visual representation.

Variable Name:

data

Records:

0..unlimited

Record Format:

Field Name

Field Type

Field Description

id

String

ID. Unique ID of particular breadcrumb.

description

String

Description. Displayed name of the breadcrumb.

index

String

Index. Breadcrumb's index. Can be referred by Current Index property.

Current Index

Defines which breadcrumb is displayed as active. This property must match with Index field of the Data property.

Variable Name:

currentBreadcrumb

Records:

1

Record Format:

Field Name

Field Type

Field Description

currentBreadcrumb

String

Current Index

Separator

The image to be used as the separator between breadcrumbs.

Variable Name:

separator

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.

Public Events

[?]

This event is fired when the user clicks on a certain part of the breadcrumb.

Event Name

breadcrumbClicked

Records:

1

Record Format:

Field Name

Field Type

Field Description

id

String

ID. ID of the clicked breadcrumb.

Was this page helpful?