Class: FileSelectEvent

bu.control. FileSelectEvent

Events emitted by bu.control.FileSelect.


new FileSelectEvent(type, file)

Parameters:
Name Type Description
type string

Event type.

file File

File object with the selecte file.

Source:
bu/events.js

Extends

Members


file :File

The File object.

Type:
  • File
Source:
bu/events.js