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 9145316a.c2f11705.js.LICENSE.txt */
|
||
|
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[81493],{11958:(e,t,r)=>{r.r(t),r.d(t,{assets:()=>i,contentTitle:()=>s,default:()=>d,frontMatter:()=>p,metadata:()=>a,toc:()=>l});var n=r(85893),o=r(11151);const p={sidebar_label:"NodeFor"},s="NodeFor type",a={id:"api/puppeteer.nodefor",title:"NodeFor type",description:"Signature:",source:"@site/versioned_docs/version-22.0.0/api/puppeteer.nodefor.md",sourceDirName:"api",slug:"/api/puppeteer.nodefor",permalink:"/api/puppeteer.nodefor",draft:!1,unlisted:!1,tags:[],version:"22.0.0",frontMatter:{sidebar_label:"NodeFor"},sidebar:"api",previous:{title:"NewDocumentScriptEvaluation",permalink:"/api/puppeteer.newdocumentscriptevaluation"},next:{title:"Offset",permalink:"/api/puppeteer.offset"}},i={},l=[{value:"Signature:",id:"signature",level:4}];function c(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:"/api/puppeteer.elementfor",children:"ElementFor"})]})]})}function d(e={}){const{wrapper:t}={...(0,o.a)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(c,{...e})}):c(e)}},75251:(e,t,r)=>{var n=r(67294),o=Symbol.for("react.element"),p=Symbol.for("react.fragment"),s=Object.prototype.hasOwnProperty,a=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function l(e,t,r){var n,p={},l=null,c=null;for(n in void 0!==r&&(l=""+r),void 0!==t.key&&(l=""+t.key),void 0!==t.ref&&(c=t.ref),t)s.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:l,ref:c,props:p,_owner:a.current}}t.Fragment=p,t.jsx=l,t.jsxs=l},85893:(e,t,r)=>{e.exports=r(75251)},11151:(e,t,r)=>{r.d(t,{Z:()=>a,a:()=>s});var n=r(67294);const o={},p=n.createContext(o);function s(e){const t=n.useContext(p);return n.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(o):e.components||o:s(e.components),n.createElement(p.Provider,{value:t},e.children)}}}]);
|