trait Props[T <: Object] extends Object with ComponentRef[IMarqueeSelection] with Attributes
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- Attributes
- ComponentRef
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val componentRef: UndefOr[Ref[IMarqueeSelection]]
Take any kind of
Ref[T]
.Take any kind of
Ref[T]
.- Definition Classes
- ComponentRef
- Annotations
- @JSOptional()
- val componentRefCallback: UndefOr[RefCb[IMarqueeSelection]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefMutable: UndefOr[MutableRef[IMarqueeSelection]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefReact: UndefOr[ReactRef[IMarqueeSelection]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val isDraggingConstrainedToRoot: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isEnabled: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val key: UndefOr[KeyType]
- Definition Classes
- Attributes
- Annotations
- @JSOptional()
- val onShouldStartSelection: UndefOr[Function1[Any, Boolean]]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val rootProps: UndefOr[HTMLAttributes[Div]]
- Annotations
- @JSOptional()
- val selection: UndefOr[ISelection[T]]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object