State<'msg>
Namespace: MordhauBuddy.App.Snackbar
Parent Module: Types
Union Cases
Union Case | Description |
Active(Snack<'msg>)
Signature: Snack<'msg>
|
The snackbar is showing the specified message.
|
Inert
Signature:
|
The snackbar is not showing any messages and there are no messages in the queue.
|
Waiting(Snack<'msg>)
Signature: Snack<'msg>
|
The snackbar is fading out or waiting before showing the next message.
|