Search
Preparing search index...
The search index is not available
cv-dialog-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"storage/ClientStorage"
ClientStorage
Class ClientStorage
Hierarchy
ClientStorage
Implements
Storage
Index
Properties
_storage
Api
_type
Methods
clear
All
clear
All
Async
Storage
get
All
Keys
get
All
Keys
Async
Storage
get
Item
get
Item
Async
Storage
get
Json
get
Json
Async
Storage
multi
Remove
multi
Remove
Async
Storage
remove
Item
remove
Item
Async
Storage
set
Item
set
Item
Async
Storage
set
Json
set
Json
Async
Storage
set
Storage
Api
Properties
Static
Private
_storage
Api
_storage
Api
:
any
Static
Private
_type
_type
:
ApiType
= ApiType.LOCAL_STORAGE
Methods
clear
All
clear
All
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Private
clear
All
Async
Storage
clear
All
Async
Storage
(
api
:
any
)
:
any
Parameters
api:
any
Returns
any
get
All
Keys
get
All
Keys
(
)
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
Private
get
All
Keys
Async
Storage
get
All
Keys
Async
Storage
(
api
:
any
)
:
any
Parameters
api:
any
Returns
any
get
Item
get
Item
(
key
:
string
)
:
Promise
<
string
>
Parameters
key:
string
Returns
Promise
<
string
>
Private
get
Item
Async
Storage
get
Item
Async
Storage
(
key
:
string
, api
:
any
)
:
any
Parameters
key:
string
api:
any
Returns
any
get
Json
get
Json
(
key
:
string
)
:
Promise
<
any
>
Parameters
key:
string
Returns
Promise
<
any
>
Private
get
Json
Async
Storage
get
Json
Async
Storage
(
key
:
string
, api
:
any
)
:
any
Parameters
key:
string
api:
any
Returns
any
multi
Remove
multi
Remove
(
keys
:
Array
<
string
>
)
:
Promise
<
void
>
Parameters
keys:
Array
<
string
>
Returns
Promise
<
void
>
Private
multi
Remove
Async
Storage
multi
Remove
Async
Storage
(
keys
:
Array
<
string
>
, api
:
any
)
:
any
Parameters
keys:
Array
<
string
>
api:
any
Returns
any
remove
Item
remove
Item
(
key
:
string
)
:
Promise
<
void
>
Parameters
key:
string
Returns
Promise
<
void
>
Private
remove
Item
Async
Storage
remove
Item
Async
Storage
(
key
:
string
, api
:
any
)
:
any
Parameters
key:
string
api:
any
Returns
any
set
Item
set
Item
(
key
:
string
, value
:
string
)
:
Promise
<
void
>
Parameters
key:
string
value:
string
Returns
Promise
<
void
>
Private
set
Item
Async
Storage
set
Item
Async
Storage
(
key
:
string
, value
:
string
, api
:
any
)
:
any
Parameters
key:
string
value:
string
api:
any
Returns
any
set
Json
set
Json
(
key
:
string
, value
:
any
)
:
Promise
<
void
>
Parameters
key:
string
value:
any
Returns
Promise
<
void
>
Private
set
Json
Async
Storage
set
Json
Async
Storage
(
key
:
string
, value
:
any
, api
:
any
)
:
any
Parameters
key:
string
value:
any
api:
any
Returns
any
Static
set
Storage
Api
set
Storage
Api
(
storageApi
:
any
)
:
void
Parameters
storageApi:
any
Returns
void
Globals
"storage/
Client
Storage"
Api
Type
Client
Storage
_storage
Api
_type
clear
All
clear
All
Async
Storage
get
All
Keys
get
All
Keys
Async
Storage
get
Item
get
Item
Async
Storage
get
Json
get
Json
Async
Storage
multi
Remove
multi
Remove
Async
Storage
remove
Item
remove
Item
Async
Storage
set
Item
set
Item
Async
Storage
set
Json
set
Json
Async
Storage
set
Storage
Api
storage
set
CvStorage
Api
Generated using
TypeDoc