Synclets logoSynclets

getData

The getData method asynchronously retrieves a read-only snapshot of the complete data tree. The returned object is frozen and cannot be modified. This method uses the getData optimization if the data connector provides it, otherwise it constructs the tree by reading individual Atoms.

getData(): Promise<Readonly<Data>>
returnsPromise<Readonly<Data>>

Since

v0.0.0