object JS extends Object with ReactJSComponent

Annotations
@native() @JSImport("react-big-calendar", JSImport.Default)
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JS
  2. ReactJSComponent
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def globalizeLocalizer(globalizeInstance: Any): Localizer

    Keep untyped so you can use your own library.

  2. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  3. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  4. def momentLocalizer(m: Any): Localizer

    Keep untyped so you can use your own moment library.

  5. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  6. def toLocaleString(): String
    Definition Classes
    Object
  7. def valueOf(): Any
    Definition Classes
    Object