Search
Loading...
Skip to content

Interface: CompleteAssetResult

Asset results that are returned from the engine.

They contain additional information about the context of the asset.

Extends#

Properties#

PropertyTypeDescriptionOverridesInherited from
idstringThe unique id of this asset.-AssetResult.id
groups?AssetGroupsGroups of the asset.-AssetResult.groups
meta?AssetMetaDataAsset-specific and custom meta information-AssetResult.meta
payload?AssetPayloadStructured asset-specific data-AssetResult.payload
locale?stringThe locale of the label and tags-AssetResult.locale
label?stringThe label of the result. Used for description and tooltips.-AssetResult.label
tags?string[]The tags of this asset. Used for filtering and free-text searching.-AssetResult.tags
credits?objectCredits for the artist of the asset-AssetResult.credits
credits.namestring---
credits.url?string---
license?objectLicense for this asset. Overwrites the source license if present-AssetResult.license
license.namestring---
license.url?string---
utm?objectUTM parameters for the links inside the credits-AssetResult.utm
utm.source?string---
utm.medium?string---
contextobjectContext how an asset was added or shall be used in the future. This is added to all assets coming from the engine.--
context.sourceIdstring---
activebooleanThis is optional in AssetResult but always present hereAssetResult.active-