Universal Robots TypeScript API - v10.12.0
Preparing search index...
ui-models
TabInputData
Interface TabInputData
interface
TabInputData
{
inputLabel
:
string
;
insertables
?:
TabInputInsertableModel
;
keyboardLayout
?:
VirtualKeyboardLayout
;
label
:
string
;
message
?:
string
;
placeholder
:
string
;
positiveDigitsOnly
?:
boolean
;
precision
?:
number
;
step
?:
number
;
tabInputValue
:
TabInputValue
;
tabs
:
(
"VALUE"
|
"VARIABLE"
|
"EXPRESSION"
)
[]
;
title
?:
string
;
translations
:
InputTranslation
;
type
:
"number"
|
InputType
;
unit
?:
string
;
valid
?:
boolean
;
validation
?:
InputValidationAttribute
;
validators
?:
InputValidator
[]
;
valueType
?:
TabInputValueType
|
TabInputValueType
[]
;
variables
?:
TabInputVariable
[]
;
}
Index
Properties
input
Label
insertables?
keyboard
Layout?
label
message?
placeholder
positive
Digits
Only?
precision?
step?
tab
Input
Value
tabs
title?
translations
type
unit?
valid?
validation?
validators?
value
Type?
variables?
Properties
input
Label
inputLabel
:
string
Optional
insertables
insertables
?:
TabInputInsertableModel
Optional
keyboard
Layout
keyboardLayout
?:
VirtualKeyboardLayout
label
label
:
string
Optional
message
message
?:
string
placeholder
placeholder
:
string
Optional
positive
Digits
Only
positiveDigitsOnly
?:
boolean
Optional
precision
precision
?:
number
Optional
step
step
?:
number
tab
Input
Value
tabInputValue
:
TabInputValue
tabs
tabs
:
(
"VALUE"
|
"VARIABLE"
|
"EXPRESSION"
)
[]
Optional
title
title
?:
string
translations
translations
:
InputTranslation
type
type
:
"number"
|
InputType
Optional
unit
unit
?:
string
Optional
valid
valid
?:
boolean
Optional
validation
validation
?:
InputValidationAttribute
Optional
validators
validators
?:
InputValidator
[]
Optional
value
Type
valueType
?:
TabInputValueType
|
TabInputValueType
[]
Optional
variables
variables
?:
TabInputVariable
[]
Settings
Member Visibility
External
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
input
Label
insertables
keyboard
Layout
label
message
placeholder
positive
Digits
Only
precision
step
tab
Input
Value
tabs
title
translations
type
unit
valid
validation
validators
value
Type
variables
Universal Robots TypeScript API - v10.12.0
Loading...