Options
All
  • Public
  • Public/Protected
  • All
Menu

The calculated bounds of a DaySpan relative to a given day.

Hierarchy

  • DaySpanBounds

Index

Properties

bottom

bottom: number

The bottom of the span within the rectangle of the givne day.

height

height: number

The height of the span within the rectangle of the given day. This is equivalent by bottom - top.

left

left: number

The left of the span within the rectangle of the given day.

right

right: number

The right of the span within the rectangle of the given day.

top

top: number

The top of the span within the rectangle of the given day.

width

width: number

The width of the span within the rectangle of the given day. This is equivalent by right - left.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc