toggle menu
hooks2
common
switch theme
search in API
hooks2
/
xyz.junerver.compose.hooks.useredux
/
StoreRecord
Store
Record
data
class
StoreRecord
(
val
reducer
:
Reducer
<
Any
,
Any
>
,
val
initialState
:
Any
,
val
stateType
:
KClass
<
*
>
,
val
actionType
:
KClass
<
*
>
,
val
alias
:
String
)
Members
Constructors
Store
Record
Link copied to clipboard
constructor
(
reducer
:
Reducer
<
Any
,
Any
>
,
initialState
:
Any
,
stateType
:
KClass
<
*
>
,
actionType
:
KClass
<
*
>
,
alias
:
String
)
Properties
action
Type
Link copied to clipboard
val
actionType
:
KClass
<
*
>
alias
Link copied to clipboard
val
alias
:
String
initial
State
Link copied to clipboard
val
initialState
:
Any
reducer
Link copied to clipboard
val
reducer
:
Reducer
<
Any
,
Any
>
state
Type
Link copied to clipboard
val
stateType
:
KClass
<
*
>