Interface: AlertUtilsAttachmentOptions
Defined in: core/src/AlertUtils.ts:100
Describes the alert attachment options to use when creating an alert.
Properties
files
files:
AlertAttachment[]
Defined in: core/src/AlertUtils.ts:102
The attachment files to upload with the alert.
indexFile?
optionalindexFile?:string
Defined in: core/src/AlertUtils.ts:104
The name of the index file when the attachment is a zip file.
zip?
optionalzip?:boolean
Defined in: core/src/AlertUtils.ts:109
Set to true to to package all files into a single zip before being uploaded, otherwise set to false to
upload each file individually.