toggle menu
hooks2
common
switch theme
search in API
hooks2
/
xyz.junerver.compose.hooks.useredux
/
StoreRecord
Store
Record
data
class
StoreRecord
A state-stored record that is used to hold a single record
Members
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
<
*
>