[ADF-2103] Info Drawer - Provide a way to select a different tab (#2788)

* Provide a way to select a different tab

* Fix the default value

* Override the value through the html
This commit is contained in:
Maurizio Vitale
2017-12-18 12:11:23 +00:00
committed by Eugenio Romano
parent 7653e5784d
commit 14c81ca978
4 changed files with 32 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ Displays a sidebar-style information panel with tabs.
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| title | string | null | The title of the info drawer |
| selectedIndex | number | 0 | The selected index tab |
| currentTab | any | null | The currently active tab |
## Details