IComposeContentOptions
Extends
Properties
Property | Type | Notes |
---|---|---|
Optional | IHubExtent |
Either the item's extent, or the item's layer or server's extent converted to a lat/lng coordinate pair |
Optional | number | |
Optional | IHubRequestOptions | |
Optional | string |
The appropriate summary to show for the item, coming from either the item's data (for pages or initiatives) or the item's description |
Optional | string | |
Optional Inherited | IHubGeography |
boundary will default to the item extent but can be overwritten by enrichments from the Hub API (inline) or fetched from a location such as /resources/boundary.json |
Optional Inherited | [key: string]: any |
The portal item's data (if any) |
Optional Inherited | IEnrichmentErrorInfo[] |
Any errors encountered when fetching enrichments see https://github.com/ArcGIS/hub-indexer/blob/master/docs/errors.md#response-formatting-for-errors |
Optional Inherited | string[] |
The ids of any groups that the item belongs to |
Optional Inherited | IItem |
Enable the item to be re-fetched so we get more props |
Optional Inherited | Array<Partial<ILayerDefinition>> |
Detailed information about the service's layers (geometryType, fields, etc) for related layers in the service |
Optional Inherited | any |
The content's formal metadata |
Optional Inherited | Partial<IPortal> |
The owner's organization (portal) details (id, name, extent, etc) |
Optional Inherited | IUser |
The user that owns the item |
Optional Inherited | number | null |
The count of records for the layer referenced by this content |
Optional Inherited | Partial<IFeatureServiceDefinition> |
Information about the service referenced by this content (currentVersion, capabilities, maxRecordCount etc) |
Optional Inherited | boolean |
If the server's services directory is disabled. See https://enterprise.arcgis.com/en/server/latest/administer/linux/disabling-the-services-directory.htm |
Optional Inherited | any |
Interface defined in common/src/content/compose.ts:525