Skip to content

Gun-Vue docs v0.21.4Docs


Gun-Vue docs v0.21.4 / File / PictureUploadData

Interface: PictureUploadData

Properties

handleChange

handleChange: Function

handler function to use with @change="handleUpload" on an <input type="file"> element

Defined in

src/files/useFile.js:65


state

state: any

a reactive object with the state of the upload

Defined in

src/files/useFile.js:64

MIT