Home > widget-integration > FilterService > handleExceededPage
FilterService.handleExceededPage() method
Checks if current page exceeds total pages and fetches filters if needed Called during initialization to handle edge cases with pagination
Signature:
handleExceededPage(): Promise<void>;
Returns:
Promise<void>
Promise that resolves when check/fetch is complete