clik-engine API
    Preparing search index...

    Interface ToastConfig

    interface ToastConfig {
        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"