Type alias IFile

IFile: Blob & Partial<File> & {
    __loadedAsset?: ImportResult | ImportResult[];
    ext?: string;
    mime?: string;
    objectUrl?: string;
}

Type declaration

  • Optional __loadedAsset?: ImportResult | ImportResult[]
  • Optional ext?: string
  • Optional mime?: string
  • Optional objectUrl?: string

Generated using TypeDoc