clik-engine API
    Preparing search index...

    Interface ToastOptions

    interface ToastOptions {
        backgroundColor?: number;
        color?: string;
        duration?: number;
        fontSize?: string;
        message: string;
        position?: "top" | "bottom" | "center";
    }
    Index

    Properties

    backgroundColor?: number
    color?: string
    duration?: number
    fontSize?: string
    message: string
    position?: "top" | "bottom" | "center"

    Override position for this toast only