Rxova
Skip to content

FileAttempt

The outcome of trying to accept one file.

accepted: boolean;

file: File;

optional message?: string;

A human-readable reason, when validate supplied one.


optional reason?: FileRejection;