[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003e\u003ccode\u003eLoadByEntityRequestData\u003c/code\u003e is used for sending 'LoadByEntity' requests to the Cast framework.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eentity\u003c/code\u003e for content information, \u003ccode\u003eloadOptions\u003c/code\u003e for playback settings, and \u003ccode\u003eshuffle\u003c/code\u003e to randomize playback order.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eentity\u003c/code\u003e property usually contains a JSON object with details about the media to be loaded.\u003c/p\u003e\n"]]],["The `LoadByEntityRequestData` class handles data for `LoadByEntity` requests. It includes properties for content entity information (`entity`), represented as a stringified JSON object. It supports additional load configurations through `loadOptions`. The request can also include a `shuffle` property, a boolean that determines if the items should be played in a shuffled order. The class is created by calling its `LoadByEntityRequestData` constructor.\n"],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).LoadByEntityRequestData \nclass static\n\n`LoadByEntity` request data.\n\nConstructor\n\nLoadByEntityRequestData\n\nnew\nLoadByEntityRequestData()\n\nProperties\n\nentity\n\nstring\n\nContent entity information, typically represented by a stringified JSON\nobject.\n\nloadOptions\n\n(non-null [cast.framework.messages.LoadOptions](/cast/docs/reference/web_receiver/cast.framework.messages.LoadOptions) or undefined)\n\nAdded load options.\n\nshuffle\n\n(boolean or undefined)\n\nShuffle the items to play."]]