Framework
LifecycleHookType
Type Alias: LifecycleHookType
type LifecycleHookType = "init" | "prepare" | "start" | "stop" | "setup" | "hmr";Lifecycle hook types that support priority-based execution.
Robo.jstype LifecycleHookType = "init" | "prepare" | "start" | "stop" | "setup" | "hmr";Lifecycle hook types that support priority-based execution.