Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Interface GenericDialogOptions

    interface GenericDialogOptions {
        cancelText?: string;
        confirmText?: string;
        dialogSize?:
            | "TAKEOVER"
            | "XXL"
            | "XL"
            | "LARGE"
            | "DEFAULT"
            | "SMALL"
            | "XSMALL";
        disableClose?: boolean;
        icon?: string;
        raiseForKeyboard?: boolean;
        showFooter?: boolean;
        showHeader?: boolean;
        title?: string;
    }
    Index

    Properties

    cancelText?: string
    confirmText?: string
    dialogSize?:
        | "TAKEOVER"
        | "XXL"
        | "XL"
        | "LARGE"
        | "DEFAULT"
        | "SMALL"
        | "XSMALL"
    disableClose?: boolean
    icon?: string
    raiseForKeyboard?: boolean
    showFooter?: boolean
    showHeader?: boolean
    title?: string