Packages

trait Props[T <: Object] extends Object with ComponentRef[IMarqueeSelection] with Attributes

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

Value Members

  1. val componentRef: UndefOr[Ref[IMarqueeSelection]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  2. val componentRefCallback: UndefOr[RefCb[IMarqueeSelection]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  3. val componentRefMutable: UndefOr[MutableRef[IMarqueeSelection]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  4. val componentRefReact: UndefOr[ReactRef[IMarqueeSelection]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  5. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  6. val isDraggingConstrainedToRoot: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. val isEnabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  8. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  9. val key: UndefOr[KeyType]
    Definition Classes
    Attributes
    Annotations
    @JSOptional()
  10. val onShouldStartSelection: UndefOr[Function1[Any, Boolean]]
    Annotations
    @JSOptional()
  11. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  12. val rootProps: UndefOr[HTMLAttributes[Div]]
    Annotations
    @JSOptional()
  13. val selection: UndefOr[ISelection[T]]
    Annotations
    @JSOptional()
  14. def toLocaleString(): String
    Definition Classes
    Object
  15. def valueOf(): Any
    Definition Classes
    Object