Skip to main content

ShellBarBranding

<ui5-shellbar-branding> | Since 2.12.0
info

The following entity is available under an experimental flag and its API and behavior are subject to change.

The ui5-shellbar-branding component is intended to be placed inside the branding slot of the ui5-shellbar component. Its content has higher priority than the primaryTitle property and the logo slot of ui5-shellbar.

Properties​

href​

DescriptionDefines the component href.
Note: Standard hyperlink behavior is supported.
Typestring | undefined
Defaultundefined

target​

DescriptionDefines the component target.
Notes:
- _self
- _top
- _blank
- _parent
- _search
This property must only be used when the href property is set.
Typestring | undefined
Defaultundefined

accessibleName​

DescriptionDefines the text alternative of the component. If not provided a default text alternative will be set, if present.
Typestring | undefined
Defaultundefined

Slots​

default​

DescriptionDefines the title for the ui5-shellbar-branding component.
Note: Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
TypeArray<HTMLElement>
DescriptionDefines the logo of the ui5-shellbar. For example, you can use ui5-avatar or img elements as logo.
TypeArray<HTMLElement>

Events​

click​

DescriptionFired, when the logo is activated.
TypeCustomEvent
BubblesYes
CancelableNo

Methods​

No methods available for this component.

CSS Parts​

No CSS parts available for this component.