Skip to content

Commit

Permalink
doc: add doc for registerRightNavigation
Browse files Browse the repository at this point in the history
Signed-off-by: tygao <tygao@amazon.com>
  • Loading branch information
raintygao committed Apr 29, 2024
1 parent 30c0ee5 commit c5ff561
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/core/public/chrome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@ chrome.navControls.registerLeft({
}
})
```

Register a top right navigation.

```jsx
chrome.navControls.registerRightNavigation({
order: '1',
appId: 'app_id',
iconType: 'consoleApp',
title: 'app_title,
})
```
In this case, a circle icon navigation will be registered to top right header.It will navigate to app after clicked.
### NavLinksService :
- Interface : ChromeNavLinks
- **Signature** - `navLinks: ChromeNavLinks`
Expand Down

0 comments on commit c5ff561

Please sign in to comment.