Module: addon/components/sl-calendar-day

Extends

  • ember/Component

Members

(inner) active :Boolean

Whether the calendar day this cell represents is actively selected day

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) classNameBindings :Array.<String>

Type:
  • Array.<String>
Source:

(inner) classNames :Array.<String>

Type:
  • Array.<String>
Source:

(inner, nullable) content :Object

The various data representing the day (created and passed in through sl-calendar)

Type:
  • Object
Default Value:
  • null
Source:

(inner) layout :Object

Type:
  • Object
Source:

(inner) new :Boolean

Whether the calendar day this cell represents is part of the next month in the primary calendar view

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) old :Boolean

Whether the calendar day this cell represents is part of the previous month in the primary calendar view

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) tagName :String

Type:
  • String
Default Value:
  • 'td'
Source:

Methods

(inner) click() → {undefined}

Source:
Returns:
Type
undefined