trait Props[E <: Any] extends Object

E

Event object type

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allDayAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  5. val allDayAccessorThunk: UndefOr[Function1[Dynamic, Boolean]]
    Annotations
    @JSOptional() @JSName("allDayAccessor")
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val className: UndefOr[String]
    Annotations
    @JSOptional()
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. val components: UndefOr[Components]
    Annotations
    @JSOptional()
  10. val culture: UndefOr[String]
    Annotations
    @JSOptional()
  11. val date: UndefOr[Date]
    Annotations
    @JSOptional()
  12. val dayPropGetter: UndefOr[Function1[Date, PropGetterResult]]
    Annotations
    @JSOptional()
  13. val defaultDate: UndefOr[Date]
    Annotations
    @JSOptional()
  14. val defaultView: UndefOr[Views]
    Annotations
    @JSOptional()
  15. val drilldownView: UndefOr[Views]
    Annotations
    @JSOptional()
  16. val elementProps: UndefOr[Object]
    Annotations
    @JSOptional()
  17. val endAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  18. val endAccessorThunk: UndefOr[Function1[Dynamic, Date]]
    Annotations
    @JSOptional() @JSName("endAccessor")
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. val eventPropGetter: UndefOr[Function4[E, Date, Date, Boolean, PropGetterResult]]
    Annotations
    @JSOptional()
  22. val events: UndefOr[Array[E]]
    Annotations
    @JSOptional()
  23. val formats: UndefOr[Format]
    Annotations
    @JSOptional()
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. val getDrilldownView: UndefOr[Function3[Date, Views, Array[Views], String]]
    Annotations
    @JSOptional()
  26. val getNow: UndefOr[Function0[Date]]
    Annotations
    @JSOptional()
  27. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  31. val length: UndefOr[Int]
    Annotations
    @JSOptional()
  32. val localizer: UndefOr[Localizer]
    Annotations
    @JSOptional()
  33. val longPressThreshold: UndefOr[Int]
    Annotations
    @JSOptional()
  34. val max: UndefOr[Date]
    Annotations
    @JSOptional()
  35. val messages: UndefOr[Messages]
    Annotations
    @JSOptional()
  36. val min: UndefOr[Date]
    Annotations
    @JSOptional()
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. val onDoubleClickEvent: UndefOr[Function2[E, react.vdom.ReactEvent[Element], Unit]]
    Annotations
    @JSOptional()
  41. val onDrillDown: UndefOr[Function2[Date, Views, Unit]]
    Annotations
    @JSOptional()
  42. val onNavigate: UndefOr[Function2[Navigate, Date, Unit]]
    Annotations
    @JSOptional()
  43. val onRangeChange: UndefOr[Function0[Dynamic]]
    Annotations
    @JSOptional()
  44. val onSelectEvent: UndefOr[Function2[E, react.vdom.ReactEvent[Element], Unit]]
    Annotations
    @JSOptional()
  45. val onSelectSlot: UndefOr[Function1[SlotInfo, Any]]
    Annotations
    @JSOptional()
  46. val onSelecting: UndefOr[Range]
    Annotations
    @JSOptional()
  47. val onView: UndefOr[Function1[Views, Unit]]
    Annotations
    @JSOptional()
  48. val popup: UndefOr[Boolean]
    Annotations
    @JSOptional()
  49. val popupOffset: UndefOr[|[Int, Offset]]
    Annotations
    @JSOptional()
  50. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  51. val resourceAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  52. val resourceAccessorThunk: UndefOr[Function1[Dynamic, Any]]
    Annotations
    @JSOptional() @JSName("resourceAccessor")
  53. val resourceIdAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  54. val resourceIdAccessorThunk: UndefOr[Function1[Dynamic, Any]]
    Annotations
    @JSOptional() @JSName("resourceIdAccessor")
  55. val resourceTitleAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  56. val resourceTitleAccessorThunk: UndefOr[Function1[Dynamic, Any]]
    Annotations
    @JSOptional() @JSName("resourceTitleAccessor")
  57. val resources: UndefOr[Array[Object]]
    Annotations
    @JSOptional()
  58. val rtl: UndefOr[Boolean]
    Annotations
    @JSOptional()
  59. val scrollToTime: UndefOr[Date]
    Annotations
    @JSOptional()
  60. val selectable: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  61. val selected: UndefOr[E]
    Annotations
    @JSOptional()
  62. val showMultiDayTimes: UndefOr[Boolean]
    Annotations
    @JSOptional()
  63. val slotPropGetter: UndefOr[Function1[Date, PropGetterResult]]
    Annotations
    @JSOptional()
  64. val startAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  65. val startAccessorThunk: UndefOr[Function1[Dynamic, Date]]
    Annotations
    @JSOptional() @JSName("startAccessor")
  66. val step: UndefOr[Int]
    Annotations
    @JSOptional()
  67. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  68. val titleAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  69. val titleAccessorThunk: UndefOr[Function1[Dynamic, String]]
    Annotations
    @JSOptional() @JSName("titleAccessor")
  70. def toLocaleString(): String
    Definition Classes
    Object
  71. def toString(): String
    Definition Classes
    AnyRef → Any
  72. val tooltipAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  73. val tooltipAccessorThunk: UndefOr[Function1[Dynamic, String]]
    Annotations
    @JSOptional() @JSName("tolltipAccessor")
  74. def valueOf(): Any
    Definition Classes
    Object
  75. val view: UndefOr[Views]
    Annotations
    @JSOptional()
  76. val views: UndefOr[ViewsSpecifier]
    Annotations
    @JSOptional() @JSName("views")
  77. val viewsList: UndefOr[Array[Views]]
    Annotations
    @JSOptional() @JSName("views")
  78. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  79. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  80. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped