this.gui
Preparing search index...
MonadControlEndpoint
Type Alias MonadControlEndpoint
type
MonadControlEndpoint
=
{
available
:
boolean
;
command
:
{
actions
?:
MonadControlAction
[]
;
install
?:
string
;
name
?:
string
;
start
?:
string
;
}
;
endpoint
:
string
;
error
?:
string
;
records
:
MonadControlRecord
[]
;
}
Index
Properties
available
command
endpoint
error?
records
Properties
available
available
:
boolean
command
command
:
{
actions
?:
MonadControlAction
[]
;
install
?:
string
;
name
?:
string
;
start
?:
string
;
}
endpoint
endpoint
:
string
Optional
error
error
?:
string
records
records
:
MonadControlRecord
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
available
command
endpoint
error
records
this.gui
Loading...