Displays a sidebar-style information panel.
There are three regions where you can add your own content using <div> elements
with the following names:
<adf-info-drawer-layout [showHeader]="true">
<div info-drawer-title>File info</div>
<div info-drawer-buttons>
<mat-icon>clear</mat-icon>
</div>
<div info-drawer-content>
<mat-card>
Lorem ipsum dolor sit amet...
</mat-card>
</div>
</adf-info-drawer-layout>
| Name | Type | Default value | Description |
|---|---|---|---|
| showHeader | boolean | true | The visibility of the header. |
As the name suggests, this is basically just a layout with CSS styling.
See the Info drawer tab component for an alternative approach that uses tabs to structure the content of the info drawer.
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.