Breadcrumb

data class Breadcrumb(val label: String, val isEnabled: Boolean = true)

Represents a breadcrumb.

Parameters

label

The label of the breadcrumb.

isEnabled

Whether the breadcrumb is enabled or not.

Constructors

Link copied to clipboard
constructor(label: String, isEnabled: Boolean = true)

Properties

Link copied to clipboard
val isEnabled: Boolean = true
Link copied to clipboard