Preparing search index...
The search index is not available
@lzwme/fe-utils
@lzwme/fe-utils
index
DownloadResult
Interface DownloadResult
interface
DownloadResult
{
filepath
:
string
;
isExist
:
boolean
;
size
:
number
;
}
Index
Properties
filepath
is
Exist
size
Properties
filepath
filepath
:
string
文件下载保存的路径
is
Exist
isExist
:
boolean
文件是否已存在(没有从网络下载)
size
size
:
number
文件总大小
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
filepath
is
Exist
size
@lzwme/fe-utils
Loading...
文件下载保存的路径