Single asset result of a query from the engine.
Extends#
Extended by#
Properties#
Property | Type | Description | Inherited from |
---|---|---|---|
id | string | The unique id of this asset. | Asset .id |
groups? | AssetGroups | Groups of the asset. | Asset .groups |
meta? | AssetMetaData | Asset-specific and custom meta information | Asset .meta |
payload? | AssetPayload | Structured asset-specific data | Asset .payload |
locale? | string | The locale of the label and tags | - |
label? | string | The label of the result. Used for description and tooltips. | - |
tags? | string [] | The tags of this asset. Used for filtering and free-text searching. | - |
active? | boolean | If the asset is marked as active, i.e., used in a currently selected element. | - |
credits? | object | Credits for the artist of the asset | - |
credits.name | string | - | - |
credits.url? | string | - | - |
license? | object | License for this asset. Overwrites the source license if present | - |
license.name | string | - | - |
license.url? | string | - | - |
utm? | object | UTM parameters for the links inside the credits | - |
utm.source? | string | - | - |
utm.medium? | string | - | - |