Skip to content

@ralphschuler.webgl shader factory.<internal>.FileList

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: FileList

@ralphschuler/webgl-shader-factory.<internal>.FileList

An object of this type is returned by the files property of the HTML element; this lets you access the list of files selected with the element. It's also used for a list of files dropped into web content when using the drag and drop API; see the DataTransfer object for details on this usage.

MDN Reference

Indexable

▪ [index: number]: File

Table of contents

Properties

Methods

Properties

length

Readonly length: number

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8283

Methods

item

item(index): null | File

MDN Reference

Parameters

Name Type
index number

Returns

null | File

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8285

Typescript Libraries

Modules

Namespaces

Clone this wiki locally