Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Platform.Initialization
InitializationRepository
Class InitializationRepository
Implements
IInitializationRepository
Index
Constructors
constructor
Methods
clear
delete
has
set
set
If
Not
Exists
try
Get
Constructors
constructor
new
InitializationRepository
()
:
InitializationRepository
Returns
InitializationRepository
Methods
clear
clear
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
delete
delete
(
key
:
string
)
:
Promise
<
boolean
>
Parameters
key
:
string
Returns
Promise
<
boolean
>
has
has
(
key
:
string
)
:
Promise
<
boolean
>
Parameters
key
:
string
Returns
Promise
<
boolean
>
set
set
(
key
:
string
,
item
:
unknown
)
:
Promise
<
void
>
Parameters
key
:
string
item
:
unknown
Returns
Promise
<
void
>
set
If
Not
Exists
setIfNotExists
(
key
:
string
,
item
:
unknown
)
:
Promise
<
void
>
Parameters
key
:
string
item
:
unknown
Returns
Promise
<
void
>
try
Get
tryGet
<
T
=
IStorage
>
(
key
:
string
)
:
Promise
<
null
|
T
>
Type Parameters
T
=
IStorage
Parameters
key
:
string
Returns
Promise
<
null
|
T
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
clear
delete
has
set
set
If
Not
Exists
try
Get
TESSA Web API
Loading...