Universal Robots TypeScript API - v10.12.0
Preparing search index...
contribution-api
SidebarItem
Interface SidebarItem
Sidebar defines the base of all Sidebar contributions
interface
SidebarItem
{
disabled
?:
{
automaticMode
?:
boolean
;
master
?:
boolean
;
remoteMode
?:
boolean
;
}
;
parameters
?:
{
[
key
:
string
]:
any
}
;
type
:
string
;
version
:
string
;
}
Index
Properties
disabled?
parameters?
type
version
Properties
Optional
disabled
disabled
?:
{
automaticMode
?:
boolean
;
master
?:
boolean
;
remoteMode
?:
boolean
}
Optional
parameters
parameters
?:
{
[
key
:
string
]:
any
}
type
type
:
string
version
version
:
string
Settings
Member Visibility
External
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
disabled
parameters
type
version
Universal Robots TypeScript API - v10.12.0
Loading...
Sidebar defines the base of all Sidebar contributions