"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[39008],{3905:(e,t,r)=>{r.d(t,{Zo:()=>c,kt:()=>m});varn=r(67294);functiona(e,t,r){returntine?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}functionp(e,t){varr=Object.keys(e);if(Object.getOwnPropertySymbols){varn=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){returnObject.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}returnr}functiono(e){for(vart=1;t<arguments.length;t++){varr=null!=arguments[t]?arguments[t]:{};t%2?p(Object(r),!0).forEach((function(t){a(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):p(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}returne}functionl(e,t){if(null==e)return{};varr,n,a=function(e,t){if(null==e)return{};varr,n,a={},p=Object.keys(e);for(n=0;n<p.length;n++)r=p[n],t.indexOf(r)>=0||(a[r]=e[r]);returna}(e,t);if(Object.getOwnPropertySymbols){varp=Object.getOwnPropertySymbols(e);for(n=0;n<p.length;n++)r=p[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}returna}vari=n.createContext({}),s=function(e){vart=n.useContext(i),r=t;returne&&(r="function"==typeofe?e(t):o(o({},t),e)),r},c=function(e){vart=s(e.components);returnn.createElement(i.Provider,{value:t},e.children)},u={inlineCode:"code",wrapper:function(e){vart=e.children;returnn.createElement(n.Fragment,{},t)}},d=n.forwardRef((function(e,t){varr=e.components,a=e.mdxType,p=e.originalType,i=e.parentName,c=l(e,["components","mdxType","originalType","parentName"]),d=s(r),m=a,f=d["".concat(i,".").concat(m)]||d[m]||u[m]||p;returnr?n.createElement(f,o(o({ref:t},c),{},{components:r})):n.createElement(f,o({ref:t},c))}));functionm(e,t){varr=arguments,a=t&&t.mdxType;if("string"==typeofe||a){varp=r.length,o=newArray(p);o[0]=d;varl={};for(variint)hasOwnProperty.call(t,i)&&(l[i]=t[i]);l.originalType=e,l.mdxType="string"==typeofe?e:a,o[1]=l;for(vars=2;s<p;s++)o[s]=r[s];returnn.createElement.apply(null,o)}returnn.createElement.apply(null,r)}d.displayName="MDXCreateElement"},58655:(e,t,r)=>{r.r(t),r.d(t,{assets:()=>i,contentTitle:()=>o,default:()=>u,frontMatter:()=>p,metadata:()=>l,toc:()=>s});varn=r(87462),a=(r(67294),r(3905));constp={sidebar_label:"JSHandle.getProperties"},o="JSHandle.getProperties() method",l={unversionedId:"api/puppeteer.jshandle.getproperties",id:"api/puppeteer.jshandle.getproperties",title:"JSHandle.getProperties() method",description:"Gets a map of handles representing the properties of the current handle.",source:"@site/../docs/api/puppeteer.jshandle.getproperties.md",sourceDirName:"api",slug:"/api/puppeteer.jshandle.getproperties",permalink:"/next/api/puppeteer.jshandle.getproperties",draft:!1,tags:[],version:"current",frontMatter:{sidebar_label:"JSHandle.getProperties"},sidebar:"sidebar",previous:{title:"JSHandle.evaluateHandle",permalink:"/next/api/puppeteer.jshandle.evaluatehandle"},next:{title:"JSHandle.getProperty",permalink:"/next/api/puppeteer.jshandle.getproperty"}},i={},s=[{value:"Example",id:"example",level:2}],c={toc:s};functionu(e){let{components:t,...r}=e;return(0,a.kt)("wrapper",(0,n.Z)({},c,r,{components:t,mdxType:"MDXLayout"}),(0,a.kt)("h1",{id:"jshandlegetproperties-method"},"JSHandle.getProperties() method"),(0,a.kt)("p",null,"Gets a map of handles representing the properties of the current handle."),(0,a.kt)("p",null,(0,a.kt)("strong",{parentName:"p"},"Signature:")),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-typescript"},"class JSHandle {\n getProperties(): Promise<Map<string, JSHandle>>;\n}\n")),(0,a.kt)("p",null,(0,a.kt)("strong",{parentName:"p"},"Returns:")),(0,a.kt)("p",null,"Promise","<","Map","<","string, ",(0,a.kt)("a",{parentName:"p",href:"/next/api/puppeteer.jshandle"},"JSHandle"),">",">"),(0,a.kt)("h2",{id:"example"},"Example"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-ts"},"constlistHandle=awaitpage.evaluateHan