Skip to main content
Version: Next

Customize Alert Dialog

Allows to customize an alert dialog created with the action Show Alert Dialog.

Description

Allows to customize an alert dialog created with the action Show Alert Dialog.


Provides transitions that can be used to introduce some basic motion to your applications.

See <a href="https://mui.com/components/transitions/" target="_blank">here</a> for more details.

Inputs

  • Transition Type (Transition Type): The transition type.
  • Transition Direction (Transition Direction): Direction/orientation of the transition.
  • Transition Easing (Transition Easing): The transition timing function.
  • Transition Exit Easing (Transition Easing): The optional transition timing function for the exit.
  • Transition Timeout (Transition Timeout): The duration for the transition, in milliseconds.
  • Transition Exit Timeout (Transition Timeout): The optional duration for the exit transition, in milliseconds.
  • Full Width (Boolean): If true, the dialog stretches to Max Width.
  • Max Width (Dialog Max Width): Determine the max-width of the dialog. The dialog width grows with the size of the screen.
  • Scroll (Dialog Scroll): Determine the container for scrolling the dialog.

Outputs

  • Customization (Object): The resulting customization object.