Skip to main content

Interface: DefaultAsset<T>

Type parameters#

Name
T

Hierarchy#

Properties#

AssetData#

Optional AssetData: AssetDataBackendValue

Inherited from#

BaseAsset.AssetData


Created#

Optional Created: string

WCF date = "/Date(137...)/"

Inherited from#

BaseAsset.Created


DeployedId#

Optional DeployedId: string


Duration#

Optional Duration: number

Duration of play in seconds.

Inherited from#

BaseAsset.Duration


Id#

Id: string

Asset ID

Inherited from#

BaseAsset.Id


Level#

Level: DefaultAssetLevel


LevelId#

Optional LevelId: string


NeedsApproval#

Optional NeedsApproval: boolean

Optional, used when user is in the content approval flow

Inherited from#

BaseAsset.NeedsApproval


PullDataBindingConfig#

Optional PullDataBindingConfig: PullDataBindingConfig

Inherited from#

BaseAsset.PullDataBindingConfig


PushDataBindingConfig#

Optional PushDataBindingConfig: PushDataBindingConfig

Inherited from#

BaseAsset.PushDataBindingConfig


Schedule#

Optional Schedule: Schedule

Details of play schedule.

Inherited from#

BaseAsset.Schedule


ThemeId#

Optional ThemeId: string

Optional Theme Id if set

Inherited from#

BaseAsset.ThemeId


Value#

Value: T

Value object provided when created. NOTE: Only objects allowed.

Inherited from#

BaseAsset.Value