Packages

o

react_big_calendar

ReactBigCalendar

object ReactBigCalendar

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactBigCalendar
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Action extends Any
    Annotations
    @JSType() @native()
  2. trait Agenda extends Object
    Annotations
    @JSType()
  3. trait Bounds extends Object
    Annotations
    @JSType() @native()
  4. trait Box extends Object
    Annotations
    @JSType() @native()
  5. trait Components extends Object
    Annotations
    @JSType()
  6. trait Day extends Object
    Annotations
    @JSType()
  7. trait Format extends Object

    String formats for stringifying dates.

    String formats for stringifying dates.

    Annotations
    @JSType()
  8. trait Localizer extends Any
    Annotations
    @JSType() @native()
  9. trait Messages extends Object
    Annotations
    @JSType()
  10. trait Month extends Object
    Annotations
    @JSType()
  11. sealed trait Navigate extends Any
    Annotations
    @JSType() @native()
  12. type NavigateThunk = Function2[Date, Action, Date]
  13. trait Offset extends Object
    Annotations
    @JSType()
  14. trait PropGetterResult extends Object
    Annotations
    @JSType()
  15. trait Props[E <: Any] extends Object

    E

    Event object type

    Annotations
    @JSType()
  16. trait Range extends Object
    Annotations
    @JSType() @native()
  17. trait ReactJSComponentEnh extends Object with ReactJSComponent

    Mixin for ReactJSComponent.

    Mixin for ReactJSComponent. Create a ReactJSComponent using wrapScalaForJs. Then merge that value with an object with the methods in this trait and cast to this type. Use the final result in ViewSpecifier. You can use the individual types for casting a scala function. This is very message.

    Annotations
    @JSType() @native()
  18. trait SlotInfo extends Object
    Annotations
    @JSType() @native()
  19. type TitleThunk = Function2[Date, Dynamic, Date]
  20. sealed trait Views extends Any
    Annotations
    @JSType() @native()
  21. trait ViewsSpecifier extends Object
    Annotations
    @JSType()
  22. trait Week extends Object
    Annotations
    @JSType()

Value Members

  1. def apply[E <: Any](props: Props[E] = null)(children: ReactNode*): ReactElement
  2. object Action
  3. object JS extends Object with ReactJSComponent
    Annotations
    @native() @JSImport("react-big-calendar", JSImport.Default)
  4. object Navigate
  5. object Views