[[["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."],[],[],null,["# Class: ResultsContainer\n\ngapi.cloudsearch.widget.[resultscontainer](/workspace/cloud-search/docs/reference/widget/js/gapi.cloudsearch.widget.resultscontainer).ResultsContainer\n======================================================================================================================================================\n\nclass static\n\nThe container of the search results.\n\nConstructor\n-----------\n\n### ResultsContainer\n\nnew\nResultsContainer()\n\nSee also\n: [gapi.cloudsearch.widget.resultscontainer.Builder](/workspace/cloud-search/docs/reference/widget/js/gapi.cloudsearch.widget.resultscontainer.Builder)\n\nMethods\n-------\n\n### clear\n\nclear()\n\nRemoves ResultsContainer's descendant nodes and listeners attached to them.\n\n### dispose\n\ndispose()\n\nRemoves all DOM elements and event listeners created by ResultsContainer.\n\n### executeRequest\n\nexecuteRequest(request)\n\nExecutes a given request. The results will be rendered in the results\ncontainer.\n\n| #### Parameter ||\n|---------|--------------------------------|\n| request | Object Value must not be null. |\n\n### getCurrentRequest\n\ngetCurrentRequest() returns (Object or undefined)\n\nReturns the current request. Return undefined if no request has been\nexecuted.\n\nReturns\n\n: `(non-null Object or undefined)` The current request\n\n### resetState\n\nresetState()\n\nReset the state of the ResultsContainer. This will reset the local state\nsuch as the facet selection state."]]