Home > widget-integration > FilterService > (constructor)
FilterService.(constructor)
Creates a new FilterService instance.
Signature:
constructor(appService: AppService, filterAPI: FilterAPI, filterStore: FilterStore, filterHelper: FilterHelper, storageHelper: FilterStorageHelper, urlHelper: FilterUrlHelper, filterTranslation: FilterTranslationService, domHelper: DomHelper);
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
appService |
Application service for accessing configuration | |
|
filterAPI |
API service for filter requests | |
|
filterStore |
State store for filter data | |
|
filterHelper |
Helper utilities for filter operations | |
|
storageHelper |
LocalStorage helper for persistence | |
|
urlHelper |
URL manipulation and query parameter helper | |
|
filterTranslation |
Translation service for i18n | |
|
domHelper |
DomHelper |
DOM helper for accessibility announcements |