trait IBasePickerProps[T <: Object] extends Object with ComponentRef[|[IBasePicker[T], Null]]
- Annotations
- @JSType()
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- IBasePickerProps
- ComponentRef
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- val componentRef: UndefOr[Ref[|[IBasePicker[T], Null]]]
Take any kind of
Ref[T]
.Take any kind of
Ref[T]
.- Definition Classes
- ComponentRef
- Annotations
- @JSOptional()
- val componentRefCallback: UndefOr[RefCb[|[IBasePicker[T], Null]]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefMutable: UndefOr[MutableRef[|[IBasePicker[T], Null]]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefReact: UndefOr[ReactRef[|[IBasePicker[T], Null]]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val defaultSelectedItems: UndefOr[Array[T]]
- Annotations
- @JSOptional()
- val disabled: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val getTextFromItem: UndefOr[Function2[T, String, String]]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val inputProps: UndefOr[IInputProps]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val itemLimit: UndefOr[Int]
- Annotations
- @JSOptional()
- val onBlur: UndefOr[react.vdom.FocusEventHandler[Input]]
- Annotations
- @JSOptional()
- val onChange: UndefOr[Function1[Array[T], Unit]]
- Annotations
- @JSOptional()
- val onFocus: UndefOr[react.vdom.FocusEventHandler[Input]]
- Annotations
- @JSOptional()
- val onValidateInput: UndefOr[Function1[String, ValidationState]]
ValdationState
ValdationState
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val selectedItems: UndefOr[Array[T]]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object