Breadcrumb Item
<gstock-breadcrumb-item>
|
GstockBreadcrumbItem
API
Properties
| Name | Description | Reflects | Type | Default |
|---|---|---|---|---|
download
|
Tells the browser to download the linked file as this filename. Only used
when href is present.
|
string | undefined
|
-
|
|
href
|
Optional URL to direct the user to when the breadcrumb item is activated. When set, a link will be rendered internally. When unset, a button will be rendered instead. |
string | undefined
|
-
|
|
iconPrefix
prefix
|
The prefix icon name. |
string | undefined
|
-
|
|
iconSuffix
suffix
|
The suffix icon name. |
string | undefined
|
-
|
|
target
|
Tells the browser where to open the link. Only used when
href is set.
|
'_blank' | '_parent' | '_self' | '_top' | undefined
|
-
|
|
rel
|
The rel attribute to use on the link. Only used when
href is set.
|
string
|
'noreferrer noopener'
|
|
updateComplete
|
A read-only promise that resolves when the component has finished updating. |
Learn more about attributes and properties .
Slots
| Name | Description |
|---|---|
default
|
The breadcrumb item’s label. |
prefix
|
An optional prefix, usually an icon or icon button. |
suffix
|
An optional suffix, usually an icon or icon button. |
Learn more about slots .
CSS Parts
| Name | Description |
|---|---|
base
|
The component’s base wrapper. |
label
|
The breadcrumb item’s label. |
prefix
|
The container that wraps the prefix. |
suffix
|
The container that wraps the suffix. |
Learn more about CSS parts .