- useFileSystem(
props?: FileSystemHookType,
): {
contentUri: string;
download: (downloadOptions?: DownloadOptions) => Promise<void>;
downloadProgres: number;
error: Error;
filePath: string;
updateFileUrl: (fileURL: string) => void;
} Parameters
Optionalprops: FileSystemHookType
Returns {
contentUri: string;
download: (downloadOptions?: DownloadOptions) => Promise<void>;
downloadProgres: number;
error: Error;
filePath: string;
updateFileUrl: (fileURL: string) => void;
}