Preparing search index...
The search index is not available
deputy
deputy
<internal>
DeputyKeyvalStore
Interface DeputyKeyvalStore
General key-value store. Used for storing single-variable data (currently active case, etc.)
interface
DeputyKeyvalStore
{
key
:
string
;
value
:
{
key
:
string
;
value
:
any
;
}
;
}
Index
Properties
key
value
Properties
key
key
:
string
value
value
:
{
key
:
string
;
value
:
any
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
key
value
deputy
Loading...
General key-value store. Used for storing single-variable data (currently active case, etc.)