Home > widget-integration > FilterAPI > (constructor)

FilterAPI.(constructor)

Creates a new FilterAPI instance with injected dependencies

Signature:

constructor(store: FilterStore, helper: FilterHelper, platformLoader: PlatformLoader, appService: AppService, b2bService: B2BService);

Parameters

Parameter

Type

Description

store

FilterStore

Filter store for accessing filter state and cache

helper

FilterHelper

Helper class for utility functions

platformLoader

PlatformLoader

appService

AppService

Application service for accessing TAE app configuration

b2bService

B2BService