The ModelStore is in charge of providing access to the data model. It provides the CRUD operations over the model. To protect the integrity of the data it initially returns immutable data. If needed, you can request a mutable object.
Returns page model.
Page model.
Returns the current root path.
Model root path.
Returns the data for the given path. If no path is provided, it returns the whole data.
Data for given path, whole data or undefined.
undefined
Generated using TypeDoc
The ModelStore is in charge of providing access to the data model. It provides the CRUD operations over the model. To protect the integrity of the data it initially returns immutable data. If needed, you can request a mutable object.