Home > widget-integration > FilterModule > (constructor)
FilterModule.(constructor)
Creates a new FilterModule instance.
Initializes the filter module and sets up block listeners to automatically detect and initialize filter widgets when they are registered with TAEApp.
Signature:
constructor(moduleRef: ModuleRefImpl, appService: AppService);
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
moduleRef |
ModuleRefImpl |
Module reference for resolving dependencies |
|
appService |
Application service for accessing TAEApp instance |