Entity
Preparing search index...
@expo/entity
timeAndLogLoadMapEventAsync
Function timeAndLogLoadMapEventAsync
timeAndLogLoadMapEventAsync
(
metricsAdapter
:
IEntityMetricsAdapter
,
loadType
:
EntityMetricsLoadType
,
entityClassName
:
string
,
queryContext
:
EntityQueryContext
,
)
:
<
TFields
extends
Record
<
string
,
any
>
,
TSerializedLoadValue
,
TLoadValue
extends
IEntityLoadValue
<
TSerializedLoadValue
>
,
>
(
promise
:
Promise
<
ReadonlyMap
<
TLoadValue
,
readonly
Readonly
<
TFields
>
[]
>
>
,
)
=>
Promise
<
ReadonlyMap
<
TLoadValue
,
readonly
Readonly
<
TFields
>
[]
>
>
Parameters
metricsAdapter
:
IEntityMetricsAdapter
loadType
:
EntityMetricsLoadType
entityClassName
:
string
queryContext
:
EntityQueryContext
Returns
<
TFields
extends
Record
<
string
,
any
>
,
TSerializedLoadValue
,
TLoadValue
extends
IEntityLoadValue
<
TSerializedLoadValue
>
,
>
(
promise
:
Promise
<
ReadonlyMap
<
TLoadValue
,
readonly
Readonly
<
TFields
>
[]
>
>
,
)
=>
Promise
<
ReadonlyMap
<
TLoadValue
,
readonly
Readonly
<
TFields
>
[]
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Entity
Loading...