The content of the dialog. If multiple tabs are given they will be displayed with tabs If a string is given, it should be the ID of the dialog's model view content
Any additional buttons that should be displayed
Set the dialog name when opening the dialog for telemetry
Indicates the width of the dialog
Set the informational message shown in the dialog. Hidden when the message is undefined or the text is empty or undefined. The default level is error.
Returns the model view content if registered. Returns undefined if model review is not registered
The ok button
Fired whenever the panel's valid property changes
The title of the dialog
Whether the panel's content is valid
Register a callback that will be called when the user tries to click done. Only one callback can be registered at once, so each registration call will clear the previous registration.
The callback that gets executed when the user tries to click done. Return true to allow the dialog to close or false to block it from closing
Register an operation to run in the background when the dialog is done
Operation Information
Generated using TypeDoc
The cancel button