trait StyleProps extends Object with Theme with ClassName
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StyleProps
- ClassName
- Theme
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val cellStyleProps: UndefOr[CellStyleProps]
- Annotations
- @JSOptional()
- val className: UndefOr[String]
- Definition Classes
- ClassName
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val isAllCollapsed: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isAllSelected: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isCheckboxHidden: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val isResizingColumn: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isSelectedAllHidden: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isSizing: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val theme: UndefOr[ITheme]
- Definition Classes
- Theme
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object