Skip to content

@longmo-utils/browser / DownloadOptions

Interface: DownloadOptions<T>

下载选项接口

Type Parameters

Type ParameterDefault typeDescription
Tstring源数据类型,默认为 string

Properties

PropertyTypeDescription
fileName?string下载文件名
sourceT文件源数据
target?string打开目标,默认为 '_blank'

Released under the MIT License.