IAsset
Index
Properties
contentExtensionId
contentId
The unique identifier of the content to which the asset belongs.
- For video files, the
contentIdis the id of the resource file. - For act points, the
contentIdis thefullPath.
createTime
The timestamp when the asset was created.
earlyDestroyOnSwitch
Whether the asset should be destroyed as soon as it is no longer active.
episodeId
The unique identifier of the episode to which the asset belongs.
extensionConfigurations
A record that contains configurations specific to the content extension used for this asset, where the keys are the names of the configuration options and the values are the corresponding values for those options, the value must be string.
For video files, possible values are:
- OBJECT_FIT: The object-fit CSS propriety that will be injected to the video element.
id
A unique identifier for the asset.
notes
Notes or comments about the asset, this value is not used in any code, only for developers.
order
The order in which the asset should be presented or played.
preloadDisabled
Whether preloading of the asset is disabled or not.
optionaltags
A string or an array of strings that represents tags or keywords associated with the asset.
optionaltriggers
An array of ManagerCoreStateTrigger objects that represent different
events that can trigger changes while playing the asset.
updateTime
The timestamp when the asset was last updated.
The unique identifier of the content extension used for this asset. Possible values are:
@recative/content-extension-video: A video with splitted audio channel file and video file.@recative/content-extension-act-point: An embedded web application that adapted the act protocol.Developers could find the implementation of different components here.