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. val allDayAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  2. val allDayAccessorThunk: UndefOr[Function1[Dynamic, Boolean]]
    Annotations
    @JSOptional() @JSName("allDayAccessor")
  3. val className: UndefOr[String]
    Annotations
    @JSOptional()
  4. val components: UndefOr[Components]
    Annotations
    @JSOptional()
  5. val culture: UndefOr[String]
    Annotations
    @JSOptional()
  6. val date: UndefOr[Date]
    Annotations
    @JSOptional()
  7. val dayPropGetter: UndefOr[Function1[Date, PropGetterResult]]
    Annotations
    @JSOptional()
  8. val defaultDate: UndefOr[Date]
    Annotations
    @JSOptional()
  9. val defaultView: UndefOr[Views]
    Annotations
    @JSOptional()
  10. val drilldownView: UndefOr[Views]
    Annotations
    @JSOptional()
  11. val elementProps: UndefOr[Object]
    Annotations
    @JSOptional()
  12. val endAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  13. val endAccessorThunk: UndefOr[Function1[Dynamic, Date]]
    Annotations
    @JSOptional() @JSName("endAccessor")
  14. val eventPropGetter: UndefOr[Function4[E, Date, Date, Boolean, PropGetterResult]]
    Annotations
    @JSOptional()
  15. val events: UndefOr[Array[E]]
    Annotations
    @JSOptional()
  16. val formats: UndefOr[Format]
    Annotations
    @JSOptional()
  17. val getDrilldownView: UndefOr[Function3[Date, Views, Array[Views], String]]
    Annotations
    @JSOptional()
  18. val getNow: UndefOr[Function0[Date]]
    Annotations
    @JSOptional()
  19. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  20. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  21. val length: UndefOr[Int]
    Annotations
    @JSOptional()
  22. val localizer: UndefOr[Localizer]
    Annotations
    @JSOptional()
  23. val longPressThreshold: UndefOr[Int]
    Annotations
    @JSOptional()
  24. val max: UndefOr[Date]
    Annotations
    @JSOptional()
  25. val messages: UndefOr[Messages]
    Annotations
    @JSOptional()
  26. val min: UndefOr[Date]
    Annotations
    @JSOptional()
  27. val onDoubleClickEvent: UndefOr[Function2[E, react.vdom.ReactEvent[Element], Unit]]
    Annotations
    @JSOptional()
  28. val onDrillDown: UndefOr[Function2[Date, Views, Unit]]
    Annotations
    @JSOptional()
  29. val onNavigate: UndefOr[Function2[Navigate, Date, Unit]]
    Annotations
    @JSOptional()
  30. val onRangeChange: UndefOr[Function0[Dynamic]]
    Annotations
    @JSOptional()
  31. val onSelectEvent: UndefOr[Function2[E, react.vdom.ReactEvent[Element], Unit]]
    Annotations
    @JSOptional()
  32. val onSelectSlot: UndefOr[Function1[SlotInfo, Any]]
    Annotations
    @JSOptional()
  33. val onSelecting: UndefOr[Range]
    Annotations
    @JSOptional()
  34. val onView: UndefOr[Function1[Views, Unit]]
    Annotations
    @JSOptional()
  35. val popup: UndefOr[Boolean]
    Annotations
    @JSOptional()
  36. val popupOffset: UndefOr[|[Int, Offset]]
    Annotations
    @JSOptional()
  37. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  38. val resourceAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  39. val resourceAccessorThunk: UndefOr[Function1[Dynamic, Any]]
    Annotations
    @JSOptional() @JSName("resourceAccessor")
  40. val resourceIdAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  41. val resourceIdAccessorThunk: UndefOr[Function1[Dynamic, Any]]
    Annotations
    @JSOptional() @JSName("resourceIdAccessor")
  42. val resourceTitleAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  43. val resourceTitleAccessorThunk: UndefOr[Function1[Dynamic, Any]]
    Annotations
    @JSOptional() @JSName("resourceTitleAccessor")
  44. val resources: UndefOr[Array[Object]]
    Annotations
    @JSOptional()
  45. val rtl: UndefOr[Boolean]
    Annotations
    @JSOptional()
  46. val scrollToTime: UndefOr[Date]
    Annotations
    @JSOptional()
  47. val selectable: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  48. val selected: UndefOr[E]
    Annotations
    @JSOptional()
  49. val showMultiDayTimes: UndefOr[Boolean]
    Annotations
    @JSOptional()
  50. val slotPropGetter: UndefOr[Function1[Date, PropGetterResult]]
    Annotations
    @JSOptional()
  51. val startAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  52. val startAccessorThunk: UndefOr[Function1[Dynamic, Date]]
    Annotations
    @JSOptional() @JSName("startAccessor")
  53. val step: UndefOr[Int]
    Annotations
    @JSOptional()
  54. val titleAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  55. val titleAccessorThunk: UndefOr[Function1[Dynamic, String]]
    Annotations
    @JSOptional() @JSName("titleAccessor")
  56. def toLocaleString(): String
    Definition Classes
    Object
  57. val tooltipAccessor: UndefOr[String]
    Annotations
    @JSOptional()
  58. val tooltipAccessorThunk: UndefOr[Function1[Dynamic, String]]
    Annotations
    @JSOptional() @JSName("tolltipAccessor")
  59. def valueOf(): Any
    Definition Classes
    Object
  60. val view: UndefOr[Views]
    Annotations
    @JSOptional()
  61. val views: UndefOr[ViewsSpecifier]
    Annotations
    @JSOptional() @JSName("views")
  62. val viewsList: UndefOr[Array[Views]]
    Annotations
    @JSOptional() @JSName("views")