Datalayer Desktop - v0.0.2
GitHub
Datalayer
Preparing search index...
renderer/services/interfaces/IRuntimeService
RuntimeOptions
Interface RuntimeOptions
Runtime creation options.
interface
RuntimeOptions
{
environmentId
?:
string
;
name
?:
string
;
resources
?:
{
cpu
?:
string
;
memory
?:
string
}
;
}
Index
Properties
environment
Id?
name?
resources?
Properties
Optional
environment
Id
environmentId
?:
string
Optional
name
name
?:
string
Optional
resources
resources
?:
{
cpu
?:
string
;
memory
?:
string
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
environment
Id
name
resources
GitHub
Datalayer
Datalayer Desktop - v0.0.2
Loading...
Runtime creation options.