AI-generated Key Takeaways
-
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, optionalloadOptions
, and an optionalshuffle
boolean.
cast.framework.messages. LoadByEntityRequestData
LoadByEntity
request data.
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.