trait IDropdownOptionInit extends Object with ISelectableOptionInit

Annotations
@JSType()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IDropdownOptionInit
  2. ISelectableOptionInit
  3. ISelectableOptionBase
  4. Object
  5. Any
  6. AnyRef
  7. 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]]
    Definition Classes
    ISelectableOptionInit
    Annotations
    @JSOptional()
  11. val keyInt: UndefOr[Int]
    Definition Classes
    ISelectableOptionInit
    Annotations
    @JSOptional() @JSName("key")
  12. val keyString: UndefOr[String]
    Definition Classes
    ISelectableOptionInit
    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]
    Definition Classes
    ISelectableOptionInit
    Annotations
    @JSOptional()
  16. def toLocaleString(): String
    Definition Classes
    Object
  17. def valueOf(): Any
    Definition Classes
    Object