remove

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

void remove(string name);
namestringthe data key

Example

webix.storage.session.remove('weather');

Back to top