Interface: NotificationOptions
Properties
body?
optionalbody:string
The body text of the notification, which will be displayed below the title.
Source
packages/extension-api/src/extension-api.d.ts:1124
highlight?
optionalhighlight:boolean
this notification will be highlighted to the user so it draws attention
Source
packages/extension-api/src/extension-api.d.ts:1140
markdownActions?
optionalmarkdownActions:string
displayed below the description. It contains actions (like markdown commands/buttons and links)
Source
packages/extension-api/src/extension-api.d.ts:1136
silent?
optionalsilent:boolean
Whether or not to emit an OS notification noise when showing the notification.
Source
packages/extension-api/src/extension-api.d.ts:1128
title?
optionaltitle:string
A title for the notification, which will be shown at the top of the notification window when it is shown.
Source
packages/extension-api/src/extension-api.d.ts:1120
type?
optionaltype:any
The type of the notification. Default value: info