Universal Robots TypeScript API - v10.12.0
Preparing search index...
ui-models
ConfirmationDialog
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
cancel
Text?
confirm
Text?
critical?
disable
Close?
disable
Confirm?
icon?
layer?
show
Cancel
Button?
size?
text
title
type?
Properties
Optional
cancel
Text
cancelText
?:
string
Optional
confirm
Text
confirmText
?:
string
Optional
critical
critical
?:
boolean
Optional
disable
Close
disableClose
?:
boolean
Optional
disable
Confirm
disableConfirm
?:
boolean
Optional
icon
icon
?:
string
Optional
layer
layer
?:
LayerToken
Optional
show
Cancel
Button
showCancelButton
?:
boolean
Optional
size
size
?:
"TAKEOVER"
|
"XXL"
|
"XL"
|
"LARGE"
|
"DEFAULT"
|
"SMALL"
|
"XSMALL"
text
text
:
string
title
title
:
string
Optional
type
type
?:
string
Settings
Member Visibility
External
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
cancel
Text
confirm
Text
critical
disable
Close
disable
Confirm
icon
layer
show
Cancel
Button
size
text
title
type
Universal Robots TypeScript API - v10.12.0
Loading...