Preparing search index...
The search index is not available
@resistdesign/voltra
@resistdesign/voltra
App
Utils
ApplicationStateValueStructureController
Type alias ApplicationStateValueStructureController<StructureType>
Application
State
Value
Structure
Controller
<
StructureType
>
:
{
onChangeStructure
:
Record
<
keyof
StructureType
,
(
(
newValue
)
=>
void
)
>
;
valueStructure
:
StructureType
;
}
A mapped structure of application state value controllers.
Type Parameters
StructureType
extends
Record
<
string
,
any
>
Type declaration
on
Change
Structure
:
Record
<
keyof
StructureType
,
(
(
newValue
)
=>
void
)
>
value
Structure
:
StructureType
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
@resistdesign/voltra
Loading...
A mapped structure of application state value controllers.