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

    Interface SpawnDirectorOptions

    interface SpawnDirectorOptions {
        globalBudget?: number;
        context?: Record<string, unknown>;
        onSpawned?: (ruleId: string) => void;
        onRejected?: (ruleId: string, reason: SpawnRejectReason) => void;
    }
    Index

    Properties

    globalBudget?: number
    context?: Record<string, unknown>
    onSpawned?: (ruleId: string) => void
    onRejected?: (ruleId: string, reason: SpawnRejectReason) => void