Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FixedPositionStyle

The style object that should be applied to the fixed element so it will be fixed to the container element. This will be undefined if the container element doesn't exist within the DOM.

Note: The fixed element styles will not contain styles for z-index or background-color so you'll need to add that manually.

remarks

@since 4.0.0

Hierarchy

Index

Properties

bottom?: number
left?: number
minWidth?: number
position: "fixed" | "absolute"

This will be "fixed" unless CalculateFixedPositionOptions.disableVHBounds is set to true.

right?: number
top?: number
transformOrigin?: string

This will be undefined unless CalculateFixedPositionOptions.transformOrigin is set to true

width?: number

Generated using TypeDoc