Documentation

destructor

destroy datastore

void destructor();

Example

store.destroy();

Details

Called automatically during master component destruction or during page unload.

Back to top