object Draggable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Draggable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type DraggableEventHandler = (MouseEvent, DraggableData) => Callback
- type OnMouseDown = (MouseEvent) => Callback
- trait Props extends Object
- Annotations
- @JSType() @native()
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
- def apply(p: Props, children: VdomNode): UnmountedMapped[Id, Props, Null, RawMounted[Props, Null], Props, Null]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[Props, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[Props, MountedWithRoot[[A]A, Props, Null, Component[Props, Null], Props, Null], Props, MountedWithRoot[[A]A, Props, Null, Component[Props, Null], Props, Null]], Props, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[Props, MountedWithRoot[[A]A, Props, Null, Component[Props, Null], Props, Null], Props, MountedWithRoot[[A]A, Props, Null, Component[Props, Null], Props, Null]]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def props(allowAnyClick: UndefOr[Boolean] = js.undefined, axis: UndefOr[Axis] = js.undefined, bounds: UndefOr[Bounds] = js.undefined, cancel: UndefOr[String] = js.undefined, defaultClassName: UndefOr[String] = js.undefined, defaultClassNameDragging: UndefOr[String] = js.undefined, defaultClassNameDragged: UndefOr[String] = js.undefined, defaultPosition: UndefOr[ControlPosition] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, grid: UndefOr[Grid] = js.undefined, handle: UndefOr[String] = js.undefined, onMouseDown: UndefOr[OnMouseDown] = js.undefined, onStart: UndefOr[DraggableEventHandler] = js.undefined, onDrag: UndefOr[DraggableEventHandler] = js.undefined, onStop: UndefOr[DraggableEventHandler] = js.undefined, position: UndefOr[ControlPosition] = js.undefined, positionOffset: UndefOr[PositionOffsetControlPosition] = js.undefined): Props
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- object RawComponent extends Object
- Annotations
- @native() @JSImport("react-draggable", JSImport.Default)