Upload component constructor interface

Hierarchy

  • MEUIUploadConstructor

Constructors

Constructors

  • Creates a new upload component

    Parameters

    • text: string

      The button label for the upload button.

    • Optional dataType: string

      The data type which should be allowed to be uploaded.

    • Optional uploaded: ((self, event, upload) => void)

      The event which is fired when a file is uploaded.

    Returns any

Generated using TypeDoc