Search
Preparing search index...
The search index is not available
Radical Console
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
CookieStorage
Class CookieStorage
Hierarchy
BaseStorageProvider
CookieStorage
Implements
IStorageProvider
Index
Constructors
constructor
Properties
cookie
Registry
name
Accessors
length
Methods
clear
get
Item
get
Size
has
Item
key
keys
listen
Cookie
Change
on
Store
Event
remove
Item
set
Item
Constructors
constructor
new
Cookie
Storage
(
name
:
string
)
:
CookieStorage
Parameters
name:
string
Returns
CookieStorage
Properties
cookie
Registry
cookie
Registry
:
any
[]
= []
name
name
:
string
Accessors
length
get
length
(
)
:
number
Returns
number
Methods
clear
clear
(
)
:
void
Returns
void
get
Item
get
Item
(
sKey
:
any
)
:
string
Parameters
sKey:
any
Returns
string
get
Size
get
Size
(
key
:
any
)
:
string
Parameters
key:
any
Returns
string
has
Item
has
Item
(
sKey
:
any
)
:
boolean
Parameters
sKey:
any
Returns
boolean
key
key
(
index
:
number
)
:
string
Parameters
index:
number
Returns
string
keys
keys
(
)
:
Array
<
string
>
Returns
Array
<
string
>
Protected
listen
Cookie
Change
listen
Cookie
Change
(
cookieName
:
any
, callback
:
any
)
:
void
Parameters
cookieName:
any
callback:
any
Returns
void
on
Store
Event
on
Store
Event
(
callback
:
Function
)
:
void
Parameters
callback:
Function
Returns
void
remove
Item
remove
Item
(
key
:
string
, sPath
?:
any
, sDomain
?:
any
)
:
boolean
Parameters
key:
string
Optional
sPath:
any
Optional
sDomain:
any
Returns
boolean
set
Item
set
Item
(
sKey
:
any
, sValue
:
any
, vEnd
?:
any
, sPath
?:
any
, sDomain
?:
any
, bSecure
?:
any
)
:
void
Parameters
sKey:
any
sValue:
any
Optional
vEnd:
any
Optional
sPath:
any
Optional
sDomain:
any
Optional
bSecure:
any
Returns
void
Globals
Cookie
Storage
constructor
cookie
Registry
name
length
clear
get
Item
get
Size
has
Item
key
keys
listen
Cookie
Change
on
Store
Event
remove
Item
set
Item
Generated using
TypeDoc