Home > widget-integration > StickyConfig > hooks

StickyConfig.hooks property

Signature:

hooks: {
		callBack?: (isSticky: boolean) => void;
		customizeSticky?: (args: any) => any;
		onElementsChanged?: (newElements: HTMLElement[], oldElements: HTMLElement[]) => void;
	};