ISelectMediaAttachment interface
This object represents the data returned by the native media picker API.
Properties
content | Content of the file represented as base64Strings |
error | Error associated with attachment |
file |
The names of the selected files. |
Property Details
content
Content of the file represented as base64Strings
content: string;
Property Value
string
error
fileName
The names of the selected files.
fileName: string;
Property Value
string