@valon-technologies/gestalt
Preparing search index...
index
StartHostedAppRequest
Interface StartHostedAppRequest
interface
StartHostedAppRequest
{
sessionId
:
string
;
appName
:
string
;
command
?:
string
;
args
?:
readonly
string
[]
;
env
?:
Record
<
string
,
string
>
;
allowedHosts
?:
readonly
string
[]
;
defaultAction
?:
string
;
hostBinary
?:
string
;
workdir
?:
string
;
}
Index
Properties
session
Id
app
Name
command?
args?
env?
allowed
Hosts?
default
Action?
host
Binary?
workdir?
Properties
session
Id
sessionId
:
string
app
Name
appName
:
string
Optional
command
command
?:
string
Optional
args
args
?:
readonly
string
[]
Optional
env
env
?:
Record
<
string
,
string
>
Optional
allowed
Hosts
allowedHosts
?:
readonly
string
[]
Optional
default
Action
defaultAction
?:
string
Optional
host
Binary
hostBinary
?:
string
Optional
workdir
workdir
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
session
Id
app
Name
command
args
env
allowed
Hosts
default
Action
host
Binary
workdir
@valon-technologies/gestalt
Loading...