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 anySelected: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val canSelect: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val cellStyleProps: UndefOr[CellStyleProps]
- Annotations
- @JSOptional()
- val checkboxCellClassName: UndefOr[String]
- Annotations
- @JSOptional()
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- val compact: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val droppingClassName: UndefOr[String]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val isCheckVisible: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val isRowHeader: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isSelected: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object