AI-generated Key Takeaways
-
LoadByEntityRequestData represents data for a
LoadByEntityrequest in the cast.framework.messages namespace. -
It has a constructor to create new instances.
-
It includes properties for content
entityinformation, optionalloadOptions, and an optionalshuffleboolean.
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.