Home > widget-integration > StickyConfig
StickyConfig interface
Signature:
export interface StickyConfig
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
{ defaultOffsetTop?: number; ignoreCheckWidth?: boolean; isToolbarIndex?: boolean; isOpeningFilterTree?: boolean; watchForDOMChanges?: boolean; } | |||
|
boolean |
(Optional) | ||
|
{ stickyElement: string; endElement: string; skipSelector?: string[]; preDefineSelector?: string; } | |||
|
{ callBack?: (isSticky: boolean) => void; customizeSticky?: (args: any) => any; onElementsChanged?: (newElements: HTMLElement[], oldElements: HTMLElement[]) => void; } | |||
|
{ customStyle?: string; isFullWidth?: boolean; isMaxWidth?: boolean; isFullHeight?: boolean; } |