trait ISelectableOptionInit extends Object with ISelectableOptionBase

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

Value Members

  1. val ariaLabel: UndefOr[String]
    Definition Classes
    ISelectableOptionBase
    Annotations
    @JSOptional()
  2. val data: UndefOr[Any]
    Definition Classes
    ISelectableOptionBase
    Annotations
    @JSOptional()
  3. val disabled: UndefOr[Boolean]
    Definition Classes
    ISelectableOptionBase
    Annotations
    @JSOptional()
  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. val hidden: UndefOr[Boolean]
    Definition Classes
    ISelectableOptionBase
    Annotations
    @JSOptional()
  6. val id: UndefOr[String]
    Definition Classes
    ISelectableOptionBase
    Annotations
    @JSOptional()
  7. val index: UndefOr[Int]
    Definition Classes
    ISelectableOptionBase
    Annotations
    @JSOptional()
  8. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  9. val itemType: UndefOr[SelectableOptionMenuItemType]
    Definition Classes
    ISelectableOptionBase
    Annotations
    @JSOptional()
  10. val key: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  11. val keyInt: UndefOr[Int]
    Annotations
    @JSOptional() @JSName("key")
  12. val keyString: UndefOr[String]
    Annotations
    @JSOptional() @JSName("key")
  13. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  14. val selected: UndefOr[Boolean]
    Definition Classes
    ISelectableOptionBase
    Annotations
    @JSOptional()
  15. val text: UndefOr[String]
    Annotations
    @JSOptional()
  16. def toLocaleString(): String
    Definition Classes
    Object
  17. def valueOf(): Any
    Definition Classes
    Object