Files
Root: docs/
DataStore.js
File: framework/js/core-lib/DataStore.js.md
DataStore.js
Source: framework/js/core-lib/DataStore.js
Generated (UTC): 2026-01-08T12:18:17Z
Factory
Definition: DataStore
Intended for modules to publish data meant to be public.
Module registers a data structure given in an object {...} at DataStore(), receives a reader and a writer. To every other non-owner module accesses it trough dataStore.[registered-name].[specified paths], like dataStore.connection.state.
Returns
dataStore
No description.
Methods
register
No description.
Options
ctx
No description.
defaults
No description.
Returns
reader
No description.
writer
No description.