clik-engine API
    Preparing search index...

    Interface DialogConfig

    interface DialogConfig {
        backdropAlpha?: number;
        backgroundColor?: number;
        height?: number;
        message?: string;
        title?: string;
        width?: number;
    }
    Index

    Properties

    backdropAlpha?: number
    backgroundColor?: number
    height?: number
    message?: string
    title?: string
    width?: number