destructor

releases occupied resources

void destructor();

Example

vault.destructor();

Details

The destructor() method performs the following actions:

  • removes toolbar hotkeys
  • unlinks all linked drop areas
  • cancels files uploading
Back to top