Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FixedPositioningHookReturnValue<E>

remarks

@since 4.0.0

Type parameters

  • E: HTMLElement

    An HTMLElement type for the fixed element.

Hierarchy

  • FixedPositioningHookReturnValue

Index

Properties

callbacks: Readonly<Required<FixedPositioningTransitionCallbacks>>

This should really only be used if the transitionOptions is not being used.

ref: (instance: null | E) => void

Type declaration

    • (instance: null | E): void
    • A ref that should be passed to a component for the fixed positioning behavior to work correctly.

      This should really only be used if the transitionOptions is not being used.

      Parameters

      • instance: null | E

      Returns void

style: CSSProperties
transitionOptions: Readonly<Required<FixedPositioningTransitionOptions<E>>>

{@inheritDoc FixedPositioningTransitionOptions}

Methods

  • updateStyle(): void

Generated using TypeDoc