Packages

trait StyleProps extends Object with Theme with ClassName

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StyleProps
  2. ClassName
  3. Theme
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val cellStyleProps: UndefOr[CellStyleProps]
    Annotations
    @JSOptional()
  2. val className: UndefOr[String]
    Definition Classes
    ClassName
    Annotations
    @JSOptional()
  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. val isAllCollapsed: UndefOr[Boolean]
    Annotations
    @JSOptional()
  5. val isAllSelected: UndefOr[Boolean]
    Annotations
    @JSOptional()
  6. val isCheckboxHidden: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  8. val isResizingColumn: UndefOr[Boolean]
    Annotations
    @JSOptional()
  9. val isSelectedAllHidden: UndefOr[Boolean]
    Annotations
    @JSOptional()
  10. val isSizing: UndefOr[Boolean]
    Annotations
    @JSOptional()
  11. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  12. val theme: UndefOr[ITheme]
    Definition Classes
    Theme
    Annotations
    @JSOptional()
  13. def toLocaleString(): String
    Definition Classes
    Object
  14. def valueOf(): Any
    Definition Classes
    Object