c
io.github.shogowada.scalajs.reactjs.redux.ReactRedux.ReactReduxVirtualDOMAttributes
StoreAttributeSpec
case class StoreAttributeSpec(name: String) extends AttributeSpec with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StoreAttributeSpec
- Serializable
- Serializable
- Product
- Equals
- AttributeSpec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StoreAttributeSpec(name: String)
Value Members
- def :=[State](store: Store[State]): Attribute[NativeStore]
-
val
name: String
- Definition Classes
- StoreAttributeSpec → AttributeSpec