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

    Interface ConfirmationDialog

    interface ConfirmationDialog {
        cancelText?: string;
        confirmText?: string;
        critical?: boolean;
        disableClose?: boolean;
        disableConfirm?: boolean;
        icon?: string;
        layer?: LayerToken;
        showCancelButton?: boolean;
        size?: "TAKEOVER" | "XXL" | "XL" | "LARGE" | "DEFAULT" | "SMALL" | "XSMALL";
        text: string;
        title: string;
        type?: string;
    }
    Index

    Properties

    cancelText?: string
    confirmText?: string
    critical?: boolean
    disableClose?: boolean
    disableConfirm?: boolean
    icon?: string
    layer?: LayerToken
    showCancelButton?: boolean
    size?: "TAKEOVER" | "XXL" | "XL" | "LARGE" | "DEFAULT" | "SMALL" | "XSMALL"
    text: string
    title: string
    type?: string