Skip to content

Interface.ShowNotificationEventDetailExtended

Octavian Condre edited this page Jul 25, 2024 · 2 revisions

Trados User Interface Extensibility v0.1.13 / ShowNotificationEventDetailExtended

Interface: ShowNotificationEventDetailExtended

The type describing the event detail object for showing a notification.

Extends

Properties

context

context: Context

The context within Trados, e.g. "projects" (use trados.context).

Inherited from

ShowNotificationEventDetail.context

Source

models/index.ts:174


key

key: string

The extension key.

Source

models/index.ts:187


reject()

reject: (reason) => void

The function to be called in case the event's Promise is rejected.

Parameters

reason: any

Returns

void

Source

models/index.ts:191


resolve()

resolve: (value) => void

The function to be called once the event's Promise is resolved.

Parameters

value: any

Returns

void

Source

models/index.ts:189


text

text: string

The text to be displayed in the notification.

Inherited from

ShowNotificationEventDetail.text

Source

models/index.ts:178


type

type: NotificationType

The notification type.

Inherited from

ShowNotificationEventDetail.type

Source

models/index.ts:176

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally