remove

removes a data item associated with the specified key from the storage

void remove(string name);
namestringthe data key

Example

webix.storage.local.remove("app_data");

Back to top