Class SnackbarConfiguration
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
public class SnackbarConfiguration : CommonSnackbarOptions
- Inheritance
-
SnackbarConfiguration
- Inherited Members
- Extension Methods
Constructors
SnackbarConfiguration()
public SnackbarConfiguration()
Properties
ClearAfterNavigation
public bool ClearAfterNavigation { get; set; }
Property Value
MaxDisplayedSnackbars
public int MaxDisplayedSnackbars { get; set; }
Property Value
NewestOnTop
public bool NewestOnTop { get; set; }
Property Value
PositionClass
public string PositionClass { get; set; }
Property Value
PreventDuplicates
public bool PreventDuplicates { get; set; }