@longmo-utils/browser / DownloadOptions
Interface: DownloadOptions<T>
下载选项接口
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
T | string | 源数据类型,默认为 string |
Properties
| Property | Type | Description |
|---|---|---|
fileName? | string | 下载文件名 |
source | T | 文件源数据 |
target? | string | 打开目标,默认为 '_blank' |