Home > widget-integration > FilterRender > determineScrollTarget

FilterRender.determineScrollTarget() method

Determines the appropriate scroll target based on layout and sticky settings Returns scroll options for the current filter configuration

Signature:

protected determineScrollTarget(): {
		isFilter: boolean;
		scrollToElement?: string;
		behavior?: "smooth" | "auto";
	};

Returns:

{ isFilter: boolean; scrollToElement?: string; behavior?: "smooth" | "auto"; }