Last date modified: 2025-Apr-29

Module: FilterStateNotificationApi

Interfaces

Type Aliases

Type Aliases

FilterStateChangeFunction

Ƭ FilterStateChangeFunction: (newFilterState: FilterState) => void

Type declaration

  • (newFilterState): void
Parameters
Name Type
newFilterState FilterState
Returns

void

FilterStateChangeFunctionV1

Ƭ FilterStateChangeFunctionV1: (filterObjects: FilterBase) => void

Type declaration

  • (filterObjects): void
Parameters
Name Type Description
filterObjects FilterBase Object containing filters applicable to the current state of the page
Returns

void

Description

Callback invoked whenever there is a change in filters

Return to top of the page
Feedback