Home > widget-integration > StickyConfig

StickyConfig interface

Signature:

export interface StickyConfig 

Properties

Property

Modifiers

Type

Description

behavior

{ defaultOffsetTop?: number; ignoreCheckWidth?: boolean; isToolbarIndex?: boolean; isOpeningFilterTree?: boolean; watchForDOMChanges?: boolean; }

debug?

boolean

(Optional)

elements

{ stickyElement: string; endElement: string; skipSelector?: string[]; preDefineSelector?: string; }

hooks

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

styling

{ customStyle?: string; isFullWidth?: boolean; isMaxWidth?: boolean; isFullHeight?: boolean; }