clik-engine API
    Preparing search index...

    Interface ToastManagerConfig

    interface ToastManagerConfig {
        defaultDuration?: number;
        maxVisible?: number;
        position?: "top" | "bottom" | "center";
        spacing?: number;
    }
    Index

    Properties

    defaultDuration?: number

    Default toast duration in ms (default: 2000)

    maxVisible?: number

    Maximum visible toasts at once (default: 3)

    position?: "top" | "bottom" | "center"

    Position on screen (default: 'bottom')

    spacing?: number

    Spacing between stacked toasts in pixels (default: 8)