aem-forms-af-runtime

Interface: IFileObject

Defines file object interface.

Implemented by

Table of contents

Properties

Properties

data

Optional data: any

Data of the file attachment. It can be uri or any file interface specific to channel (in web, it is file object).


mediaType

mediaType: string

Media type of the file data


name

name: string

Name of the file


size

Optional size: number

Size of the file binary as per iec specification.