Class: LoadByEntityRequestData

  • LoadByEntityRequestData represents data for a LoadByEntity request in the cast.framework.messages namespace.

  • It has a constructor to create new instances.

  • It includes properties for content entity information, optional loadOptions, and an optional shuffle boolean.

Constructor

LoadByEntityRequestData

new LoadByEntityRequestData()

Properties

entity

string

Content entity information, typically represented by a stringified JSON object.

loadOptions

(non-null cast.framework.messages.LoadOptions or undefined)

Added load options.

shuffle

(boolean or undefined)

Shuffle the items to play.