Navigation Back Arrow
<bk-navigation-back-arrow></bk-navigation-back-arrow>
The Navigation Back Arrow renders a button with left arrow icon, which upon clicking notifies the request to go back one step in the nesting path. The Navigation Back Arrow is only visible in nested pages.
How to configure
The Navigation Back Arrow component does not require any configuration.
{
"tag": "bk-navigation-back-arrow"
}
API
Properties & Attributes
None
Listens to
event | action |
---|---|
nested-navigation-state/push | updates internal representation of the current navigation path by adding one step |
nested-navigation-state/back | updates internal representation of the current navigation path by removing the specified number of steps |
Emits
event | description |
---|---|
nested-navigation-state/back | notifies to go back one step in the navigation path |