[ADF-2764] Fixed union type display glitches in property tables (#3419)

* [ADF-2764] Test commit to fix handling of union types in Github docs

* [ADF-2764] Fixed union type error in component docs
This commit is contained in:
Andy Stark
2018-05-31 15:05:20 +01:00
committed by Eugenio Romano
parent e5476ee97a
commit 24f95e34bb
6 changed files with 11 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ Displays a sidebar-style information panel with tabs.
| Name | Type | Default value | Description |
| -- | -- | -- | -- |
| selectedIndex | `number` | 0 | The selected index tab. |
| title | `string | null` | null | The title of the info drawer. |
| title | `string \| null` | null | The title of the info drawer. |
### Events
@@ -53,5 +53,5 @@ You can also customize the three regions (title, buttons and content) as with th
## See also
- [Info drawer layout component](info-drawer-layout.component.md)
- [Info drawer layout component](info-drawer-tab.component.md)
- [Info drawer layout component](info-drawer-layout.component.md)
- [Info drawer layout component](info-drawer-tab.component.md)