Loom Engine - v3.1.1
    Preparing search index...

    Interface StateConfig

    interface StateConfig {
        onEnter?: (from: string | null) => void;
        onExit?: (to: string) => void;
        onUpdate?: (dtMs: number) => void;
    }
    Index

    Properties

    onEnter?: (from: string | null) => void
    onExit?: (to: string) => void
    onUpdate?: (dtMs: number) => void