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 hasCloseButton: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val headerClassName: UndefOr[String]
- Annotations
- @JSOptional()
- val isAnimating: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isFooterAtBottom: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isFooterSticky: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isHiddenOnDismiss: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isOnRightSide: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isOpen: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def toLocaleString(): String
- Definition Classes
- Object
- val type: UndefOr[Type]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object