Home
REST API
Quick Start
SDKs
Demos
Documentation
Support
Search
Preparing search index...
The search index is not available
baasic-sdk-javascript
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"core/contracts/IStorageHandler"
IStorageHandler
Interface IStorageHandler
Hierarchy
IStorageHandler
Implemented by
LocalStorageHandler
Index
Methods
clear
get
remove
set
Methods
clear
clear
(
)
:
void
Returns
void
get
get
(
key
:
string
)
:
any
Parameters
key:
string
Returns
any
remove
remove
(
key
:
string
)
:
void
Parameters
key:
string
Returns
void
set
set
(
key
:
string
, data
:
any
)
:
void
Parameters
key:
string
data:
any
Returns
void
Globals
"core/contracts/IStorage
Handler"
IStorage
Handler
clear
get
remove
set
Generated using
TypeDoc