mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2 lines
2.9 KiB
JavaScript
2 lines
2.9 KiB
JavaScript
|
/*! For license information please see cefae2bf.7dc110a9.js.LICENSE.txt */
|
||
|
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[606],{67954:(e,t,r)=>{r.r(t),r.d(t,{assets:()=>p,contentTitle:()=>n,default:()=>u,frontMatter:()=>l,metadata:()=>s,toc:()=>a});var o=r(85893),i=r(11151);const l={sidebar_label:"FileChooser.isMultiple"},n="FileChooser.isMultiple() method",s={id:"api/puppeteer.filechooser.ismultiple",title:"FileChooser.isMultiple() method",description:"Whether file chooser allow for multiple file selection.",source:"@site/versioned_docs/version-22.8.2/api/puppeteer.filechooser.ismultiple.md",sourceDirName:"api",slug:"/api/puppeteer.filechooser.ismultiple",permalink:"/api/puppeteer.filechooser.ismultiple",draft:!1,unlisted:!1,tags:[],version:"22.8.2",frontMatter:{sidebar_label:"FileChooser.isMultiple"},sidebar:"api",previous:{title:"FileChooser.cancel",permalink:"/api/puppeteer.filechooser.cancel"},next:{title:"Dialog",permalink:"/api/puppeteer.dialog"}},p={},a=[{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,i.a)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(t.h1,{id:"filechooserismultiple-method",children:"FileChooser.isMultiple() method"}),"\n",(0,o.jsxs)(t.p,{children:["Whether file chooser allow for ",(0,o.jsx)(t.a,{href:"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#attr-multiple",children:"multiple"})," file selection."]}),"\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:"class FileChooser {\n isMultiple(): boolean;\n}\n"})}),"\n",(0,o.jsx)(t.p,{children:(0,o.jsx)(t.strong,{children:"Returns:"})}),"\n",(0,o.jsx)(t.p,{children:"boolean"})]})}function u(e={}){const{wrapper:t}={...(0,i.a)(),...e.components};return t?(0,o.jsx)(t,{...e,children:(0,o.jsx)(c,{...e})}):c(e)}},75251:(e,t,r)=>{var o=r(67294),i=Symbol.for("react.element"),l=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,s=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};function a(e,t,r){var o,l={},a=null,c=null;for(o in void 0!==r&&(a=""+r),void 0!==t.key&&(a=""+t.key),void 0!==t.ref&&(c=t.ref),t)n.call(t,o)&&!p.hasOwnProperty(o)&&(l[o]=t[o]);if(e&&e.defaultProps)for(o in t=e.defaultProps)void 0===l[o]&&(l[o]=t[o]);return{$$typeof:i,type:e,key:a,ref:c,props:l,_owner:s.current}}t.Fragment=l,t.jsx=a,t.jsxs=a},85893:(e,t,r)=>{e.exports=r(75251)},11151:(e,t,r)=>{r.d(t,{Z:()=>s,a:()=>n});var o=r(67294);const i={},l=o.createContext(i);function n(e){const t=o.useContext(l);return o.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(i):e.components||i:n(e.components),o.createElement(l.Provider,{value:t},e.children)}}}]);
|