alfresco-ng2-components/docs/sites-dropdown.component.md

799 B

Sites Dropdown component

Displays a dropdown menu to show and interact with the sites of the current user.

Dropdown sites

Basic Usage

 <adf-sites-dropdown
  (change)="getSiteContent($event)">
 </adf-sites-dropdown>

Events

Name Returned Type Description
change SiteModel emitted when user selects a site. When default option is selected an empty model is emitted