webtau API
    Preparing search index...

    Interface MessageDialogOptions

    interface MessageDialogOptions {
        cancelLabel?: string;
        okLabel?: string;
        title?: string;
    }
    Index

    Properties

    cancelLabel?: string
    okLabel?: string
    title?: string