Beta
The result when a MessageBox is closed.
export interface MessageBoxResult { selection?: number; wasShown: boolean;} Copy
export interface MessageBoxResult { selection?: number; wasShown: boolean;}
Optional
The button that was selected, undefined if it was closed without pressing a button.
Whether the message box was shown
The result when a MessageBox is closed.
Source