Skip to main content

Interface: NotificationOptions

Properties

body?

body?: string

The body text of the notification, which will be displayed below the title.

Source

packages/extension-api/src/extension-api.d.ts:1118


highlight?

highlight?: boolean

this notification will be highlighted to the user so it draws attention

Source

packages/extension-api/src/extension-api.d.ts:1134


markdownActions?

markdownActions?: string

displayed below the description. It contains actions (like markdown commands/buttons and links)

Source

packages/extension-api/src/extension-api.d.ts:1130


silent?

silent?: boolean

Whether or not to emit an OS notification noise when showing the notification.

Source

packages/extension-api/src/extension-api.d.ts:1122


title?

title?: 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:1114


type?

type?: any

The type of the notification. Default value: info

Source

packages/extension-api/src/extension-api.d.ts:1126