Member Junction
    Preparing search index...

    Notification event emitted by BaseFormComponent. The host application subscribes and maps to its own notification system (toasts, snackbars, etc.).

    interface FormNotificationEvent {
        Duration: number;
        Message: string;
        Type: "success" | "error" | "warning" | "info";
    }
    Index

    Properties

    Properties

    Duration: number

    Duration in milliseconds the notification should display

    Message: string

    The notification message text

    Type: "success" | "error" | "warning" | "info"

    Notification severity