Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FixedPositioningScrollData<FixedToElement, FixedElement>

remarks

@since 4.0.0

Type parameters

  • FixedToElement: HTMLElement

    An HTMLElement type for the static element.

  • FixedElement: HTMLElement

    An HTMLElement type for the fixed element.

Hierarchy

  • FixedPositioningScrollData

Index

Properties

fixedElement: FixedElement
fixedToElement: FixedToElement
visible: boolean

Boolean if the fixedToElement is visible within the viewport.

Generated using TypeDoc