trait Props extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val active: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val alternativeLabel: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- val classes: UndefOr[Object]
- Annotations
- @JSOptional()
- val completed: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val connector: UndefOr[ReactElement]
- Annotations
- @JSOptional()
- val disabled: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val index: UndefOr[Double]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val key: UndefOr[String]
- Annotations
- @JSOptional()
- val last: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val orientation: UndefOr[Orientation]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val style: UndefOr[Object]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object