mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
e5476ee97a
commit
24f95e34bb
@@ -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)
|
||||
|
Reference in New Issue
Block a user