App

App class

Signature:

export class App 

Properties

PropertyModifiersTypeDescription
fileManagerFileManager
keymapKeymap
lastEventUserEvent | nullThe last known user interaction event, to help commands find out what modifier keys are pressed.
metadataCacheMetadataCache
scopeScope
vaultVault
workspaceWorkspace

Methods

MethodModifiersDescription
loadLocalStorage(key)Retrieve value from localStorage for this vault.
saveLocalStorage(key, data)Save vault-specific value to localStorage. If data is null, the entry will be cleared.