IItemEnrichments

Interface

Properties

Property Type Notes
data Optional [key: string]: any

The portal item's data (if any)

errors Optional IEnrichmentErrorInfo[]

Any errors encountered when fetching enrichments see https://github.com/ArcGIS/hub-indexer/blob/master/docs/errors.md#response-formatting-for-errors

groupIds Optional string[]

The ids of any groups that the item belongs to

item Optional IItem

Enable the item to be re-fetched so we get more props

metadata Optional any

The content's formal metadata

org Optional Partial<IPortal>

The owner's organization (portal) details (id, name, extent, etc)

ownerUser Optional IUser

The user that owns the item


Interface defined in common/src/core/types/IItemEnrichments.ts:4