TESSA Web API
Preparing search index...
Core.Storage
StorageHelper
tryGet
Function tryGet
tryGet
<
T
>
(
storage
:
undefined
|
null
|
IStorage
,
key
:
string
,
opt
?:
{
checkValue
?:
(
value
:
unknown
)
=>
boolean
;
cloneContainer
?:
boolean
;
keepTypedField
?:
boolean
;
}
,
)
:
undefined
|
null
|
T
Type Parameters
T
Parameters
storage
:
undefined
|
null
|
IStorage
key
:
string
Optional
opt
:
{
checkValue
?:
(
value
:
unknown
)
=>
boolean
;
cloneContainer
?:
boolean
;
keepTypedField
?:
boolean
;
}
Returns
undefined
|
null
|
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
TESSA Web API
Loading...