sesaparcours
    Preparing search index...

    Interface ToastOptions

    interface ToastOptions {
        message?: string;
        timeout?: number;
        title?: string;
        type?: "info" | "error" | "success" | "warning";
    }
    Index

    Properties

    message?: string
    timeout?: number

    timeout en secondes

    title?: string
    type?: "info" | "error" | "success" | "warning"