Universal Robots TypeScript API - v10.12.0
Preparing search index...
contribution-api
ValueItem
Interface ValueItem
Defines a value item
interface
ValueItem
{
description
:
string
;
max
?:
number
;
min
?:
number
;
nodeGuid
:
string
;
symbol
:
URSymbol
;
type
:
"Value"
;
value
:
any
;
}
Hierarchy (
View Summary
)
ConfigurationItem
ValueItem
Index
Properties
description
max?
min?
node
Guid
symbol
type
value
Properties
description
description
:
string
Optional
max
max
?:
number
Optional
min
min
?:
number
node
Guid
nodeGuid
:
string
symbol
symbol
:
URSymbol
type
type
:
"Value"
value
value
:
any
Settings
Member Visibility
External
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
description
max
min
node
Guid
symbol
type
value
Universal Robots TypeScript API - v10.12.0
Loading...
Defines a value item