trait Props[E <: Any] extends Object
- E
Event object type
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val allDayAccessor: UndefOr[String]
- Annotations
- @JSOptional()
- val allDayAccessorThunk: UndefOr[Function1[Dynamic, Boolean]]
- Annotations
- @JSOptional() @JSName("allDayAccessor")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val components: UndefOr[Components]
- Annotations
- @JSOptional()
- val culture: UndefOr[String]
- Annotations
- @JSOptional()
- val date: UndefOr[Date]
- Annotations
- @JSOptional()
- val dayPropGetter: UndefOr[Function1[Date, PropGetterResult]]
- Annotations
- @JSOptional()
- val defaultDate: UndefOr[Date]
- Annotations
- @JSOptional()
- val defaultView: UndefOr[Views]
- Annotations
- @JSOptional()
- val drilldownView: UndefOr[Views]
- Annotations
- @JSOptional()
- val elementProps: UndefOr[Object]
- Annotations
- @JSOptional()
- val endAccessor: UndefOr[String]
- Annotations
- @JSOptional()
- val endAccessorThunk: UndefOr[Function1[Dynamic, Date]]
- Annotations
- @JSOptional() @JSName("endAccessor")
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val eventPropGetter: UndefOr[Function4[E, Date, Date, Boolean, PropGetterResult]]
- Annotations
- @JSOptional()
- val events: UndefOr[Array[E]]
- Annotations
- @JSOptional()
- val formats: UndefOr[Format]
- Annotations
- @JSOptional()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val getDrilldownView: UndefOr[Function3[Date, Views, Array[Views], String]]
- Annotations
- @JSOptional()
- val getNow: UndefOr[Function0[Date]]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val length: UndefOr[Int]
- Annotations
- @JSOptional()
- val localizer: UndefOr[Localizer]
- Annotations
- @JSOptional()
- val longPressThreshold: UndefOr[Int]
- Annotations
- @JSOptional()
- val max: UndefOr[Date]
- Annotations
- @JSOptional()
- val messages: UndefOr[Messages]
- Annotations
- @JSOptional()
- val min: UndefOr[Date]
- Annotations
- @JSOptional()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val onDoubleClickEvent: UndefOr[Function2[E, react.vdom.ReactEvent[Element], Unit]]
- Annotations
- @JSOptional()
- val onDrillDown: UndefOr[Function2[Date, Views, Unit]]
- Annotations
- @JSOptional()
- val onNavigate: UndefOr[Function2[Navigate, Date, Unit]]
- Annotations
- @JSOptional()
- val onRangeChange: UndefOr[Function0[Dynamic]]
- Annotations
- @JSOptional()
- val onSelectEvent: UndefOr[Function2[E, react.vdom.ReactEvent[Element], Unit]]
- Annotations
- @JSOptional()
- val onSelectSlot: UndefOr[Function1[SlotInfo, Any]]
- Annotations
- @JSOptional()
- val onSelecting: UndefOr[Range]
- Annotations
- @JSOptional()
- val onView: UndefOr[Function1[Views, Unit]]
- Annotations
- @JSOptional()
- val popup: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val popupOffset: UndefOr[|[Int, Offset]]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val resourceAccessor: UndefOr[String]
- Annotations
- @JSOptional()
- val resourceAccessorThunk: UndefOr[Function1[Dynamic, Any]]
- Annotations
- @JSOptional() @JSName("resourceAccessor")
- val resourceIdAccessor: UndefOr[String]
- Annotations
- @JSOptional()
- val resourceIdAccessorThunk: UndefOr[Function1[Dynamic, Any]]
- Annotations
- @JSOptional() @JSName("resourceIdAccessor")
- val resourceTitleAccessor: UndefOr[String]
- Annotations
- @JSOptional()
- val resourceTitleAccessorThunk: UndefOr[Function1[Dynamic, Any]]
- Annotations
- @JSOptional() @JSName("resourceTitleAccessor")
- val resources: UndefOr[Array[Object]]
- Annotations
- @JSOptional()
- val rtl: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val scrollToTime: UndefOr[Date]
- Annotations
- @JSOptional()
- val selectable: UndefOr[|[Boolean, String]]
- Annotations
- @JSOptional()
- val selected: UndefOr[E]
- Annotations
- @JSOptional()
- val showMultiDayTimes: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val slotPropGetter: UndefOr[Function1[Date, PropGetterResult]]
- Annotations
- @JSOptional()
- val startAccessor: UndefOr[String]
- Annotations
- @JSOptional()
- val startAccessorThunk: UndefOr[Function1[Dynamic, Date]]
- Annotations
- @JSOptional() @JSName("startAccessor")
- val step: UndefOr[Int]
- Annotations
- @JSOptional()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val titleAccessor: UndefOr[String]
- Annotations
- @JSOptional()
- val titleAccessorThunk: UndefOr[Function1[Dynamic, String]]
- Annotations
- @JSOptional() @JSName("titleAccessor")
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- val tooltipAccessor: UndefOr[String]
- Annotations
- @JSOptional()
- val tooltipAccessorThunk: UndefOr[Function1[Dynamic, String]]
- Annotations
- @JSOptional() @JSName("tolltipAccessor")
- def valueOf(): Any
- Definition Classes
- Object
- val view: UndefOr[Views]
- Annotations
- @JSOptional()
- val views: UndefOr[ViewsSpecifier]
- Annotations
- @JSOptional() @JSName("views")
- val viewsList: UndefOr[Array[Views]]
- Annotations
- @JSOptional() @JSName("views")
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])