Datalayer Desktop - v0.0.2
GitHub
Datalayer
Preparing search index...
shared/types/runtimes
RuntimesListProps
Interface RuntimesListProps
Props for RuntimesList component.
interface
RuntimesListProps
{
loading
:
boolean
;
onTerminate
:
(
runtime
:
RuntimeJSON
)
=>
void
;
runtimes
:
RuntimeJSON
[]
;
}
Index
Properties
loading
on
Terminate
runtimes
Properties
loading
loading
:
boolean
on
Terminate
onTerminate
:
(
runtime
:
RuntimeJSON
)
=>
void
runtimes
runtimes
:
RuntimeJSON
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loading
on
Terminate
runtimes
GitHub
Datalayer
Datalayer Desktop - v0.0.2
Loading...
Props for RuntimesList component.