Skip to contents

Stores the data object by parsing the data (a stringified JSON) and storing it as a JSON object

Usage

storeState(data, path)

Arguments

data

The data object to store, must be a stringified JSON generated via getData and received as proxy id and "_data"

path

The path to store the data object at

Value

TRUE if successfull