fritz2
js
core
/
dev.fritz2.core
/
RootStore
/
RootStore
Root
Store
js
fun
<
D
>
RootStore
(
initialData
:
D
,
id
:
String
=
Id.next()
)
Parameters
initial
Data
first current value of this
Store
id
id of this
Store
. Ids of derived
Store
s will be concatenated.