Storage

Document object, represents an opened document in the editor

Storage

Classes

Storage

Methods

async getValue(key) → {string}

Get value value persistency data Stored data is shared across different applications
Parameters:
Name Type Description
key string the key
Returns:
string - the value
Since:
  • 23.03

async setValue(key, value)

Save value into persistency data Stored data is shared across different applications
Parameters:
Name Type Description
key string the key
value string the value
Since:
  • 23.03