TESSA Web API
Preparing search index...
Core.Storage
StorageHelper
tryGetArray
Function tryGetArray
tryGetArray
<
T
,
S
=
IStorage
>
(
storage
:
undefined
|
null
|
IStorage
,
key
:
string
,
opt
?:
{
checkValue
?:
(
value
:
unknown
)
=>
boolean
;
cloneContainer
?:
boolean
;
itemFactory
?:
(
storage
:
S
,
i
:
number
)
=>
T
;
omitTypedJsonListOptions
?:
boolean
;
}
,
)
:
undefined
|
null
|
T
[]
Type Parameters
T
S
=
IStorage
Parameters
storage
:
undefined
|
null
|
IStorage
key
:
string
Optional
opt
:
{
checkValue
?:
(
value
:
unknown
)
=>
boolean
;
cloneContainer
?:
boolean
;
itemFactory
?:
(
storage
:
S
,
i
:
number
)
=>
T
;
omitTypedJsonListOptions
?:
boolean
;
}
Optional
checkValue
?:
(
value
:
unknown
)
=>
boolean
Optional
cloneContainer
?:
boolean
Optional
itemFactory
?:
(
storage
:
S
,
i
:
number
)
=>
T
Optional
omitTypedJsonListOptions
?:
boolean
По умолчанию
true
*
Returns
undefined
|
null
|
T
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
TESSA Web API
Loading...
По умолчанию
true*