Shows a message box with the specified parameters.
The message to display.
The title of the message box.
The callback to execute when a button is clicked.
The options to display in the message box.
The icon to display in the message box.
True if the message box was shown, false otherwise.
Shows a message box asynchronously with the specified parameters.
The message to display.
The title of the message box.
The options to display in the message box.
The icon to display in the message box.
A promise that resolves to the result of the message box.
Shows a message box with a text input asynchronously.
The message to display.
The title of the message box.
The initial value of the text input.
The icon to display in the message box.
A promise that resolves to the input text value.
Shows a message box with a number input asynchronously.
The message to display.
The title of the message box.
The initial value of the number input.
The icon to display in the message box.
A promise that resolves to the input number value.
Shows a message box with a unit input asynchronously.
The message to display.
The title of the message box.
The initial value of the number input.
The icon to display in the message box.
A promise that resolves to the input number value in millimeters
Hides the message box window.
True if the message box was hidden, false otherwise.
Activates or deactivates the window.
Whether to activate the window.
Optionalrefresh: boolean = trueWhether to refresh the UI.
Sets the loading state of the window.
Whether to show the loading state.
Restores the window to its original size and position.
Maximizes the window to fill the screen.
Checks if the window is currently showing.
True if the window is showing, otherwise false.
Resets the window to its default style.
Whether to force the reset.
Moves the window horizontally by a specified number of pixels. Only if already moved one time
The number of pixels to move the window.
Refreshes the UI of the modal window.
Temporarily hides or shows the modal window.
Whether to hide the window.
Class representing a message box window.