enrichEntity
Function to enrich an entity with information that requires an additional XHR
Function to enrich an entity with information that requires an additional XHR
Parameters
| Parameter | Type | Default | Notes |
|---|---|---|---|
| entity Required | HubEntity |
Hub entity |
|
| include Required | string[] |
Array of enrichment strings |
|
| requestOptions Required | IHubRequestOptions |
Hub request options |
Available requestOptions
| Property | Type | Notes |
|---|---|---|
| Optional | ArcGISIdentityManager | |
| Optional | function(input: RequestInfo, init: RequestInit) : Promise<Response> |
The implementation of |
| Optional | string |
This is for server-side usage only, not for front-end use. |
| Optional | string | |
| Optional | boolean | |
| Optional | IHubRequestOptionsPortalSelf |
Returns
Promise<>
Function defined in packages/common/src/core/enrichEntity.ts:24