trait Styles extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Styles
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val description: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val descriptionChecked: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val descriptionDisabled: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val descriptionHovered: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val descriptionPressed: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val flexContainer: UndefOr[IStyle]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val icon: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val iconChecked: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val iconDisabled: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val iconExpanded: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val iconExpandedHovered: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val iconHovered: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val iconPressed: UndefOr[IStyle]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val label: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val labelChecked: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val labelDisabled: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val labelHovered: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val menuIcon: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val menuIconChecked: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val menuIconDisabled: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val menuIconExpanded: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val menuIconExpandedHovered: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val menuIconHovered: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val menuIconPressed: UndefOr[IStyle]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val root: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val rootChecked: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val rootCheckedDisabled: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val rootCheckedHovered: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val rootCheckedPressed: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val rootDisabled: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val rootExpanded: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val rootExpandedHovered: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val rootFocused: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val rootHovered: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val rootPressed: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val screenReaderText: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val secondaryText: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val splitButtonContainer: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val splitButtonContainerChecked: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val splitButtonContainerCheckedHovered: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val splitButtonContainerDisabled: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val splitButtonContainerFocused: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val splitButtonContainerHovered: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val splitButtonDivider: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val splitButtonFlexContainer: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val splitButtonMenuButton: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val splitButtonMenuButtonChecked: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val splitButtonMenuButtonDisabled: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val splitButtonMenuButtonExpanded: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val splitButtonMenuIcon: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val splitButtonMenuIconDisabled: UndefOr[IStyle]
- Annotations
- @JSOptional()
- val textContainer: UndefOr[IStyle]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object