FilesEvents: {
choose: {
file: File;
tempUrl: string;
};
error:choose: Error;
error:fetch: Error;
error:fetchMore: Error;
error:loadContent: Error;
error:upload: Error;
fetch: FetchFilesOutput<FileWithReactions>;
fetchMore: FetchFilesOutput<FileWithReactions>;
loadContent: string;
upload: FileWithReactions;
}
Type declaration
choose: {
file: File;
tempUrl: string;
}
file: File
tempUrl: string
error:choose: Error
error:fetch: Error
error:fetchMore: Error
error:loadContent: Error
error:upload: Error
fetch: FetchFilesOutput<FileWithReactions>
fetchMore: FetchFilesOutput<FileWithReactions>
loadContent: string
upload: FileWithReactions