Hierarchy

Properties

absoluteFilePath: string

The absolute path of file on disk. Operating system specific pathing is required.

duration?: number

If it is a video file indicates the duration of the video. If present

error?: {
    code: string;
    message: string;
}

Error object if the file selection failed.

Type declaration

  • code: string
  • message: string
fileSize?: number

The size of the file in bytes.

isDirectory?: boolean

Whether this file is a folder type, defaults to false.

Generated using TypeDoc