AbstractAbstract ReadonlycapabilityCapability of the microfrontend loaded into this dialog.
Abstract Readonlyfocused$Indicates whether this dialog has the focus.
Abstract ReadonlyidIdentity of this dialog.
Abstract ReadonlyparamsParameters passed to the microfrontend loaded into the dialog.
Abstract ReadonlyreferrerIdentifies the source context from which the dialog was opened.
AbstractcloseCloses the dialog. Optionally, pass a result or an error to the dialog opener.
Optionalresult: R | ErrorAbstractsetSets the title of the dialog.
Can be text or a translation key. A translation key starts with the percent symbol (%) and may include parameters in matrix notation for text interpolation.
Abstractsignal
Handle to interact with a dialog opened via WorkbenchDialogService.
The dialog microfrontend can inject this handle to interact with the dialog, such as setting the title, reading parameters, or closing it.
See