IItemEnrichments
Properties
Property | Type | Notes |
---|---|---|
Optional | [key: string]: any |
The portal item's data (if any) |
Optional | IEnrichmentErrorInfo[] |
Any errors encountered when fetching enrichments see https://github.com/ArcGIS/hub-indexer/blob/master/docs/errors.md#response-formatting-for-errors |
Optional | string[] |
The ids of any groups that the item belongs to |
Optional | IItem |
Enable the item to be re-fetched so we get more props |
Optional | any |
The content's formal metadata |
Optional | Partial<IPortal> |
The owner's organization (portal) details (id, name, extent, etc) |
Optional | IUser |
The user that owns the item |
Interface defined in common/src/core/types/IItemEnrichments.ts:4