Registers widgets for use with the Search Filter component.
This component keeps track of all widgets registered for use with the Search Filter component. All the built-in widgets are registered by default but you should register any new custom widgets you create explicitly:
import { MyComponent } from './my-component.ts'
@Component({...})
class MyAppOrComponent {
constructor(searchFilterService: SearchFilterService) {
searchFilterService.widgets['my-widget'] = MyComponent;
}
}
See the Search Widget Interface interface page for details about creating your own custom search widgets.
© 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.