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 25a9700a.fdc6b5a4.js.LICENSE.txt */
|
||
|
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[19144],{59186:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>i,contentTitle:()=>s,default:()=>d,frontMatter:()=>c,metadata:()=>u,toc:()=>a});var r=n(85893),o=n(11151);const c={sidebar_label:"Touchscreen.touchEnd"},s="Touchscreen.touchEnd() method",u={id:"api/puppeteer.touchscreen.touchend",title:"Touchscreen.touchEnd() method",description:"Dispatches a touchend event.",source:"@site/versioned_docs/version-22.0.0/api/puppeteer.touchscreen.touchend.md",sourceDirName:"api",slug:"/api/puppeteer.touchscreen.touchend",permalink:"/api/puppeteer.touchscreen.touchend",draft:!1,unlisted:!1,tags:[],version:"22.0.0",frontMatter:{sidebar_label:"Touchscreen.touchEnd"},sidebar:"api",previous:{title:"Touchscreen.tap",permalink:"/api/puppeteer.touchscreen.tap"},next:{title:"Touchscreen.touchMove",permalink:"/api/puppeteer.touchscreen.touchmove"}},i={},a=[{value:"Signature:",id:"signature",level:4}];function p(e){const t={code:"code",h1:"h1",h4:"h4",p:"p",pre:"pre",strong:"strong",...(0,o.a)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(t.h1,{id:"touchscreentouchend-method",children:"Touchscreen.touchEnd() method"}),"\n",(0,r.jsxs)(t.p,{children:["Dispatches a ",(0,r.jsx)(t.code,{children:"touchend"})," event."]}),"\n",(0,r.jsx)(t.h4,{id:"signature",children:"Signature:"}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-typescript",children:"class Touchscreen {\n abstract touchEnd(): Promise<void>;\n}\n"})}),"\n",(0,r.jsx)(t.p,{children:(0,r.jsx)(t.strong,{children:"Returns:"})}),"\n",(0,r.jsx)(t.p,{children:"Promise<void>"})]})}function d(e={}){const{wrapper:t}={...(0,o.a)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(p,{...e})}):p(e)}},75251:(e,t,n)=>{var r=n(67294),o=Symbol.for("react.element"),c=Symbol.for("react.fragment"),s=Object.prototype.hasOwnProperty,u=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function a(e,t,n){var r,c={},a=null,p=null;for(r in void 0!==n&&(a=""+n),void 0!==t.key&&(a=""+t.key),void 0!==t.ref&&(p=t.ref),t)s.call(t,r)&&!i.hasOwnProperty(r)&&(c[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===c[r]&&(c[r]=t[r]);return{$$typeof:o,type:e,key:a,ref:p,props:c,_owner:u.current}}t.Fragment=c,t.jsx=a,t.jsxs=a},85893:(e,t,n)=>{e.exports=n(75251)},11151:(e,t,n)=>{n.d(t,{Z:()=>u,a:()=>s});var r=n(67294);const o={},c=r.createContext(o);function s(e){const t=r.useContext(c);return r.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function u(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(o):e.components||o:s(e.components),r.createElement(c.Provider,{value:t},e.children)}}}]);
|