t

fabric.components

IBasePickerProps

trait IBasePickerProps[T <: Object] extends Object with ComponentRef[|[IBasePicker[T], Null]]

Annotations
@JSType()
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IBasePickerProps
  2. ComponentRef
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val className: UndefOr[String]
    Annotations
    @JSOptional()
  2. val componentRef: UndefOr[Ref[|[IBasePicker[T], Null]]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  3. val componentRefCallback: UndefOr[RefCb[|[IBasePicker[T], Null]]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  4. val componentRefMutable: UndefOr[MutableRef[|[IBasePicker[T], Null]]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  5. val componentRefReact: UndefOr[ReactRef[|[IBasePicker[T], Null]]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  6. val defaultSelectedItems: UndefOr[Array[T]]
    Annotations
    @JSOptional()
  7. val disabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  8. val getTextFromItem: UndefOr[Function2[T, String, String]]
    Annotations
    @JSOptional()
  9. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  10. val inputProps: UndefOr[IInputProps]
    Annotations
    @JSOptional()
  11. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  12. val itemLimit: UndefOr[Int]
    Annotations
    @JSOptional()
  13. val onBlur: UndefOr[react.vdom.FocusEventHandler[Input]]
    Annotations
    @JSOptional()
  14. val onChange: UndefOr[Function1[Array[T], Unit]]
    Annotations
    @JSOptional()
  15. val onFocus: UndefOr[react.vdom.FocusEventHandler[Input]]
    Annotations
    @JSOptional()
  16. val onValidateInput: UndefOr[Function1[String, ValidationState]]

    ValdationState

    ValdationState

    Annotations
    @JSOptional()
  17. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  18. val selectedItems: UndefOr[Array[T]]
    Annotations
    @JSOptional()
  19. def toLocaleString(): String
    Definition Classes
    Object
  20. def valueOf(): Any
    Definition Classes
    Object