Interface: NotificationOptions
Defined in: packages/extension-api/src/extension-api.d.ts:1759
Properties
body?
optionalbody?:string
Defined in: packages/extension-api/src/extension-api.d.ts:1767
The body text of the notification, which will be displayed below the title.
highlight?
optionalhighlight?:boolean
Defined in: packages/extension-api/src/extension-api.d.ts:1783
this notification will be highlighted to the user so it draws attention
icon?
optionalicon?:string
Defined in: packages/extension-api/src/extension-api.d.ts:1787
icon to display in the notification
iconColor?
optionaliconColor?:string
Defined in: packages/extension-api/src/extension-api.d.ts:1791
icon color for custom icon
markdownActions?
optionalmarkdownActions?:string
Defined in: packages/extension-api/src/extension-api.d.ts:1779
displayed below the description. It contains actions (like markdown commands/buttons and links)
silent?
optionalsilent?:boolean
Defined in: packages/extension-api/src/extension-api.d.ts:1771
Whether or not to emit an OS notification noise when showing the notification.
title?
optionaltitle?:string
Defined in: packages/extension-api/src/extension-api.d.ts:1763
A title for the notification, which will be shown at the top of the notification window when it is shown.
type?
optionaltype?:NotificationType
Defined in: packages/extension-api/src/extension-api.d.ts:1775
The type of the notification. Default value: info