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>>| returns | Promise<Readonly<Data>> |
|---|
Since
v0.0.0