t

fabric.components

ISelectableOptionBase

trait ISelectableOptionBase extends Object

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ISelectableOptionBase
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val ariaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  2. val data: UndefOr[Any]
    Annotations
    @JSOptional()
  3. val disabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. val hidden: UndefOr[Boolean]
    Annotations
    @JSOptional()
  6. val id: UndefOr[String]
    Annotations
    @JSOptional()
  7. val index: UndefOr[Int]
    Annotations
    @JSOptional()
  8. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  9. val itemType: UndefOr[SelectableOptionMenuItemType]
    Annotations
    @JSOptional()
  10. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  11. val selected: UndefOr[Boolean]
    Annotations
    @JSOptional()
  12. def toLocaleString(): String
    Definition Classes
    Object
  13. def valueOf(): Any
    Definition Classes
    Object