mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2 lines
2.8 KiB
JavaScript
2 lines
2.8 KiB
JavaScript
|
/*! For license information please see 5384ad2a.fed0216f.js.LICENSE.txt */
|
||
|
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[37426],{64105:(e,t,r)=>{r.r(t),r.d(t,{assets:()=>i,contentTitle:()=>a,default:()=>u,frontMatter:()=>p,metadata:()=>s,toc:()=>c});var n=r(85893),o=r(11151);const p={sidebar_label:"NodeFor"},a="NodeFor type",s={id:"api/puppeteer.nodefor",title:"NodeFor type",description:"Signature:",source:"@site/../docs/api/puppeteer.nodefor.md",sourceDirName:"api",slug:"/api/puppeteer.nodefor",permalink:"/next/api/puppeteer.nodefor",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{sidebar_label:"NodeFor"},sidebar:"api",previous:{title:"NewDocumentScriptEvaluation",permalink:"/next/api/puppeteer.newdocumentscriptevaluation"},next:{title:"Offset",permalink:"/next/api/puppeteer.offset"}},i={},c=[{value:"Signature:",id:"signature",level:4}];function l(e){const t={a:"a",code:"code",h1:"h1",h4:"h4",p:"p",pre:"pre",strong:"strong",...(0,o.a)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.h1,{id:"nodefor-type",children:"NodeFor type"}),"\n",(0,n.jsx)(t.h4,{id:"signature",children:"Signature:"}),"\n",(0,n.jsx)(t.pre,{children:(0,n.jsx)(t.code,{className:"language-typescript",children:"export type NodeFor<ComplexSelector extends string> =\n TypeSelectorOfComplexSelector<ComplexSelector> extends infer TypeSelector\n ? TypeSelector extends\n | keyof HTMLElementTagNameMap\n | keyof SVGElementTagNameMap\n ? ElementFor<TypeSelector>\n : Element\n : never;\n"})}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"References:"})," ",(0,n.jsx)(t.a,{href:"/next/api/puppeteer.elementfor",children:"ElementFor"})]})]})}function u(e={}){const{wrapper:t}={...(0,o.a)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(l,{...e})}):l(e)}},75251:(e,t,r)=>{var n=r(67294),o=Symbol.for("react.element"),p=Symbol.for("react.fragment"),a=Object.prototype.hasOwnProperty,s=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function c(e,t,r){var n,p={},c=null,l=null;for(n in void 0!==r&&(c=""+r),void 0!==t.key&&(c=""+t.key),void 0!==t.ref&&(l=t.ref),t)a.call(t,n)&&!i.hasOwnProperty(n)&&(p[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps)void 0===p[n]&&(p[n]=t[n]);return{$$typeof:o,type:e,key:c,ref:l,props:p,_owner:s.current}}t.Fragment=p,t.jsx=c,t.jsxs=c},85893:(e,t,r)=>{e.exports=r(75251)},11151:(e,t,r)=>{r.d(t,{Z:()=>s,a:()=>a});var n=r(67294);const o={},p=n.createContext(o);function a(e){const t=n.useContext(p);return n.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function s(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(o):e.components||o:a(e.components),n.createElement(p.Provider,{value:t},e.children)}}}]);
|