Interface ToastState

The structure for toast notifications.

interface ToastState {
    autoHideDuration: number;
    message: string;
    open: boolean;
    severity: Severity;
}

Properties

autoHideDuration: number
message: string
open: boolean
severity: Severity