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/localStorage/LocalStorageHandler"
LocalStorageHandler
Class LocalStorageHandler
Hierarchy
LocalStorageHandler
Implements
IStorageHandler
Index
Constructors
constructor
Properties
clear
get
remove
set
Methods
get
Item
remove
Item
set
Item
Constructors
constructor
new
Local
Storage
Handler
(
config
:
IDefaultStorageConfig
)
:
LocalStorageHandler
Parameters
config:
IDefaultStorageConfig
Returns
LocalStorageHandler
Properties
clear
clear
:
function
Type declaration
(
)
:
void
Returns
void
get
get
:
function
Type declaration
(
key
:
string
)
:
any
Parameters
key:
string
Returns
any
remove
remove
:
function
Type declaration
(
key
:
string
)
:
void
Parameters
key:
string
Returns
void
set
set
:
function
Type declaration
(
key
:
string
, data
:
any
)
:
void
Parameters
key:
string
data:
any
Returns
void
Methods
Private
get
Item
get
Item
(
key
:
string
)
:
any
Parameters
key:
string
Returns
any
Private
remove
Item
remove
Item
(
key
:
string
)
:
void
Parameters
key:
string
Returns
void
Private
set
Item
set
Item
(
key
:
string
, data
:
any
)
:
void
Parameters
key:
string
data:
any
Returns
void
Globals
"core/local
Storage/
Local
Storage
Handler"
Local
Storage
Handler
constructor
clear
get
remove
set
get
Item
remove
Item
set
Item
Generated using
TypeDoc