[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-18 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."]]