Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Coords

This is more of a private interface that is used to help show how fixed elements are placed within the viewport. Most of the time the top and left values will be provided, but there are a few flows where the right and bottom could be added or the top and left are removed.

The width values will only be used when the equalWidth or minEqualWidth options are enabled.

internal

Hierarchy

  • Coords

Index

Properties

Optional bottom

bottom: number

Optional left

left: number

Optional minWidth

minWidth: number

Optional right

right: number

Optional top

top: number

Optional width

width: number

Generated using TypeDoc