Jodit
PRO
Getting Started
Playground
Examples
Documentation
Download
Preparing search index...
The search index is not available
Type Parameters
T =
StorageValueType
Hierarchy
Storage
Implements
IStorage
<
T
>
Index
Methods
clear
delete
exists
get
make
Storage
set
Properties
prefix
provider
Methods
clear
clear
(
)
:
IStorage
<
T
>
Returns
IStorage
<
T
>
delete
delete
(
key
:
string
)
:
IStorage
<
T
>
Parameters
key:
string
Returns
IStorage
<
T
>
exists
exists
(
key
:
string
)
:
boolean
Parameters
key:
string
Returns
boolean
get
get
<
R
>
(
key
:
string
)
:
void
|
R
Type Parameters
R =
T
Parameters
key:
string
Returns
void
|
R
Static
make
Storage
make
Storage
(
persistent
?:
boolean
, suffix
?:
string
)
:
IStorage
<
StorageValueType
>
Parameters
persistent:
boolean
= false
Optional
suffix:
string
Returns
IStorage
<
StorageValueType
>
set
set
(
key
:
string
, value
:
T
)
:
IStorage
<
T
>
Parameters
key:
string
value:
T
Returns
IStorage
<
T
>
Properties
Readonly
prefix
prefix
:
string
= StorageKey
Readonly
provider
provider
:
IStorage
<
T
>
Jodit PRO
If you like Jodit - try
Jodit PRO
async
component
config
constants
create
decorators
dom
event-
emitter
global
helpers
icons
index
jodit
modules
plugin
plugins
request
selection
storage
traits
types
ui
view
Storage
clear
delete
exists
get
make
Storage
prefix
provider
set