spawn-ts API reference - v0.6.0
Demo
GitHub
Preparing search index...
TickResult
Interface TickResult
Combined output of one lifecycle evaluation tick.
interface
TickResult
{
decision
?:
LifecycleDecision
;
warnings
:
LifecycleWarning
[]
;
}
Index
Properties
decision?
warnings
Properties
Optional
decision
decision
?:
LifecycleDecision
warnings
warnings
:
LifecycleWarning
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
decision
warnings
Demo
GitHub
spawn-ts API reference - v0.6.0
Loading...
Combined output of one lifecycle evaluation tick.