Edit

Share via


OfficeScript.DownloadFileProperties interface

The file to download.

Properties

content

The content of the file.

name

The name of the file once downloaded. The file extension determines the type of the file. Supported extensions are ".txt" and ".pdf". Default is ".txt".

Property Details

content

The content of the file.

content: string;

Property Value

string

name

The name of the file once downloaded. The file extension determines the type of the file. Supported extensions are ".txt" and ".pdf". Default is ".txt".

name: string;

Property Value

string