Table of Contents

Class SnackbarInstance

Namespace
Material.Blazor.Internal
Assembly
Material.Blazor.dll

An instance of a snackbar message.

public class SnackbarInstance
Inheritance
SnackbarInstance
Inherited Members

Constructors

SnackbarInstance()

public SnackbarInstance()

Properties

Id

The snackbar's unique id.

public Guid Id { get; set; }

Property Value

Guid

Settings

The settings containing all data determining the snackbar's style and behaviour.

public MBSnackbarSettings Settings { get; set; }

Property Value

MBSnackbarSettings