Hiyve Components - v1.0.0
    Preparing search index...

    Interface UseAlertToastsOptions

    Options for useAlertToasts hook

    interface UseAlertToastsOptions {
        autoHideDuration?: number;
        enabled?: boolean;
        filterTypes?: AlertType[];
        maxVisible?: number;
        roomId: string;
    }
    Index

    Properties

    autoHideDuration?: number

    Auto-hide duration

    enabled?: boolean

    Whether to enable toast notifications

    filterTypes?: AlertType[]

    Filter by alert types

    maxVisible?: number

    Maximum number of visible toasts

    roomId: string

    Room ID to watch for alerts