Home > widget-integration > FilterController > handleFullPageReplace

FilterController.handleFullPageReplace() method

Handles full page replacement with new filter results Handles mobile filter tree state preservation directly

Signature:

protected handleFullPageReplace(domId: string, html: string): Promise<void>;

Parameters

Parameter

Type

Description

domId

string

Target DOM element ID

html

string

HTML content to render

Returns:

Promise<void>