trait ISelectableOption extends Object with ISelectableOptionBase
- Annotations
- @JSType()
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ISelectableOption
- ISelectableOptionBase
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Concrete Value Members
- val ariaLabel: UndefOr[String]
- Definition Classes
- ISelectableOptionBase
- Annotations
- @JSOptional()
- val data: UndefOr[Any]
- Definition Classes
- ISelectableOptionBase
- Annotations
- @JSOptional()
- val disabled: UndefOr[Boolean]
- Definition Classes
- ISelectableOptionBase
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val hidden: UndefOr[Boolean]
- Definition Classes
- ISelectableOptionBase
- Annotations
- @JSOptional()
- val id: UndefOr[String]
- Definition Classes
- ISelectableOptionBase
- Annotations
- @JSOptional()
- val index: UndefOr[Int]
- Definition Classes
- ISelectableOptionBase
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val itemType: UndefOr[SelectableOptionMenuItemType]
- Definition Classes
- ISelectableOptionBase
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val selected: UndefOr[Boolean]
- Definition Classes
- ISelectableOptionBase
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object