clik-engine API
    Preparing search index...

    Interface NotificationConfig

    interface NotificationConfig {
        backgroundColor?: number;
        duration?: number;
        icon?: string;
        message?: string;
        messageColor?: string;
        position?: "top-right" | "top-left" | "bottom-right" | "bottom-left";
        title: string;
        titleColor?: string;
        width?: number;
    }
    Index

    Properties

    backgroundColor?: number
    duration?: number
    icon?: string
    message?: string
    messageColor?: string
    position?: "top-right" | "top-left" | "bottom-right" | "bottom-left"
    title: string
    titleColor?: string
    width?: number