mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2 lines
3.6 KiB
JavaScript
2 lines
3.6 KiB
JavaScript
/*! For license information please see 8b05bcb5.1f66bca0.js.LICENSE.txt */
|
|
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[28251],{27775:(e,t,r)=>{r.r(t),r.d(t,{assets:()=>l,contentTitle:()=>i,default:()=>d,frontMatter:()=>s,metadata:()=>c,toc:()=>a});var o=r(85893),n=r(11151);const s={sidebar_label:"LocatorScrollOptions"},i="LocatorScrollOptions interface",c={id:"api/puppeteer.locatorscrolloptions",title:"LocatorScrollOptions interface",description:"Signature:",source:"@site/../docs/api/puppeteer.locatorscrolloptions.md",sourceDirName:"api",slug:"/api/puppeteer.locatorscrolloptions",permalink:"/next/api/puppeteer.locatorscrolloptions",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{sidebar_label:"LocatorScrollOptions"},sidebar:"api",previous:{title:"LocatorOptions",permalink:"/next/api/puppeteer.locatoroptions"},next:{title:"LowerCasePaperFormat",permalink:"/next/api/puppeteer.lowercasepaperformat"}},l={},a=[{value:"Signature:",id:"signature",level:4},{value:"Properties",id:"properties",level:2}];function p(e){const t={a:"a",code:"code",h1:"h1",h2:"h2",h4:"h4",p:"p",pre:"pre",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,n.a)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(t.h1,{id:"locatorscrolloptions-interface",children:"LocatorScrollOptions interface"}),"\n",(0,o.jsx)(t.h4,{id:"signature",children:"Signature:"}),"\n",(0,o.jsx)(t.pre,{children:(0,o.jsx)(t.code,{className:"language-typescript",children:"export interface LocatorScrollOptions extends ActionOptions\n"})}),"\n",(0,o.jsxs)(t.p,{children:[(0,o.jsx)(t.strong,{children:"Extends:"})," ",(0,o.jsx)(t.a,{href:"/next/api/puppeteer.actionoptions",children:"ActionOptions"})]}),"\n",(0,o.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,o.jsxs)(t.table,{children:[(0,o.jsx)(t.thead,{children:(0,o.jsxs)(t.tr,{children:[(0,o.jsx)(t.th,{children:"Property"}),(0,o.jsx)(t.th,{children:"Modifiers"}),(0,o.jsx)(t.th,{children:"Type"}),(0,o.jsx)(t.th,{children:"Description"}),(0,o.jsx)(t.th,{children:"Default"})]})}),(0,o.jsxs)(t.tbody,{children:[(0,o.jsxs)(t.tr,{children:[(0,o.jsx)(t.td,{children:"scrollLeft"}),(0,o.jsx)(t.td,{children:(0,o.jsx)("code",{children:"optional"})}),(0,o.jsx)(t.td,{children:"number"}),(0,o.jsx)(t.td,{}),(0,o.jsx)(t.td,{})]}),(0,o.jsxs)(t.tr,{children:[(0,o.jsx)(t.td,{children:"scrollTop"}),(0,o.jsx)(t.td,{children:(0,o.jsx)("code",{children:"optional"})}),(0,o.jsx)(t.td,{children:"number"}),(0,o.jsx)(t.td,{}),(0,o.jsx)(t.td,{})]})]})]})]})}function d(e={}){const{wrapper:t}={...(0,n.a)(),...e.components};return t?(0,o.jsx)(t,{...e,children:(0,o.jsx)(p,{...e})}):p(e)}},75251:(e,t,r)=>{var o=r(67294),n=Symbol.for("react.element"),s=Symbol.for("react.fragment"),i=Object.prototype.hasOwnProperty,c=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,l={key:!0,ref:!0,__self:!0,__source:!0};function a(e,t,r){var o,s={},a=null,p=null;for(o in void 0!==r&&(a=""+r),void 0!==t.key&&(a=""+t.key),void 0!==t.ref&&(p=t.ref),t)i.call(t,o)&&!l.hasOwnProperty(o)&&(s[o]=t[o]);if(e&&e.defaultProps)for(o in t=e.defaultProps)void 0===s[o]&&(s[o]=t[o]);return{$$typeof:n,type:e,key:a,ref:p,props:s,_owner:c.current}}t.Fragment=s,t.jsx=a,t.jsxs=a},85893:(e,t,r)=>{e.exports=r(75251)},11151:(e,t,r)=>{r.d(t,{Z:()=>c,a:()=>i});var o=r(67294);const n={},s=o.createContext(n);function i(e){const t=o.useContext(s);return o.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function c(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:i(e.components),o.createElement(s.Provider,{value:t},e.children)}}}]); |