Hilo3d API - v2.0.0-alpha.8
    Preparing search index...

    Interface StageSystem

    Reusable factory. Each Stage receives a distinct runtime from setup().

    interface StageSystem {
        descriptor: StageSystemDescriptor;
        setup(
            context: StageSystemSetupContext,
        ): StageSystemRuntime | Promise<StageSystemRuntime>;
    }
    Index

    Versioned identity, ordering, dependency, and service metadata.