RootStore

constructor(initialData: D, job: Job, id: String = Id.next())

Parameters

initialData

first current value of this Store

job

Job to be used by the Store

id

id of this Store. Ids of derived Stores will be concatenated.