trait ButtonContentProps extends Object
- Annotations
- @RawJSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ButtonContentProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(key: String): Any
- Annotations
- @JSBracketAccess()
-
val
as: UndefOr[AsT]
An element type to render as (string or function).
-
val
children: UndefOr[Node]
Primary content.
-
val
className: UndefOr[String]
Additional classes.
-
val
content: UndefOr[SemanticShorthandContent]
Shorthand for primary content.
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
val
hidden: UndefOr[Boolean]
Initially hidden, visible on hover.
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
update(key: String, v: Any): Unit
- Annotations
- @JSBracketAccess()
-
def
valueOf(): Any
- Definition Classes
- Object
-
val
visible: UndefOr[Boolean]
Initially visible, hidden on hover.