Interface: BaseAsset<T>
#
Type parametersName |
---|
T |
#
HierarchyBaseAsset
↳
Asset
#
Properties#
AssetData• Optional
AssetData: AssetDataBackendValue
#
Created• Optional
Created: string
WCF date = "/Date(137...)/"
#
Duration• Optional
Duration: number
Duration of play in seconds.
#
Id• Id: string
Asset ID
#
NeedsApproval• Optional
NeedsApproval: boolean
Optional, used when user is in the content approval flow
#
PullDataBindingConfig• Optional
PullDataBindingConfig: PullDataBindingConfig
#
PushDataBindingConfig• Optional
PushDataBindingConfig: PushDataBindingConfig
#
Schedule• Optional
Schedule: Schedule
Details of play schedule.
#
ThemeId• Optional
ThemeId: string
Optional Theme Id if set
#
Value• Value: T
Value object provided when created. NOTE: Only objects allowed.