get

gets data from the storage

object get(string name);
namestringthe data key
objecta data item from the storage associated with the key or null

Example

view.parse(webix.storage.local.get("app_data"));

See also
Back to top