LogoRobo.js
Framework

LifecycleHookType

Type Alias: LifecycleHookType

type LifecycleHookType = "init" | "prepare" | "start" | "stop" | "setup" | "hmr";

Lifecycle hook types that support priority-based execution.

On this page