Search
Preparing search index...
The search index is not available
Radical Console
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
SessionStorage
Class SessionStorage
Hierarchy
BaseStorageProvider
SessionStorage
Implements
IStorageProvider
Index
Constructors
constructor
Properties
name
Accessors
length
Methods
clear
get
Item
get
Size
has
Item
key
on
Store
Event
remove
Item
set
Item
Constructors
constructor
new
Session
Storage
(
name
:
string
)
:
SessionStorage
Parameters
name:
string
Returns
SessionStorage
Properties
name
name
:
string
Accessors
length
get
length
(
)
:
number
Returns
number
Methods
clear
clear
(
)
:
void
Returns
void
get
Item
get
Item
(
key
:
string
)
:
any
Parameters
key:
string
Returns
any
get
Size
get
Size
(
key
:
any
)
:
string
Parameters
key:
any
Returns
string
has
Item
has
Item
(
key
:
string
)
:
boolean
Parameters
key:
string
Returns
boolean
key
key
(
index
:
number
)
:
string
Parameters
index:
number
Returns
string
on
Store
Event
on
Store
Event
(
callback
:
Function
)
:
void
Parameters
callback:
Function
Returns
void
remove
Item
remove
Item
(
key
:
string
)
:
void
Parameters
key:
string
Returns
void
set
Item
set
Item
(
key
:
string
, data
:
string
)
:
void
Parameters
key:
string
data:
string
Returns
void
Globals
Session
Storage
constructor
name
length
clear
get
Item
get
Size
has
Item
key
on
Store
Event
remove
Item
set
Item
Generated using
TypeDoc