retrieve(...)
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
retrieve(key : string, ondata : (data : any) => void) : this;
Retrieves data previously stored on the device using the store(…) function.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
key | string | The name of the value to retrieve. |
ondata | function | This function is called with the retrieved data value as its only argument. |
Returns
Section titled “Returns”this