trait StyleProps extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StyleProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- val groups: UndefOr[|[Array[LinkGroup], Null]]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val isButtonEntry: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isExpanded: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isGroup: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isLink: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isOnTop: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val isSelected: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val leftPadding: UndefOr[Double]
- Annotations
- @JSOptional()
- val leftPaddingExpanded: UndefOr[Double]
- Annotations
- @JSOptional()
- val navHeight: UndefOr[Double]
- Annotations
- @JSOptional()
- val position: UndefOr[Int]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val rightPadding: UndefOr[Double]
- Annotations
- @JSOptional()
- val theme: UndefOr[ITheme]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object