mimiq
    Preparing search index...

    Interface RunMultipleOptions

    interface RunMultipleOptions {
        count: number;
        onRunComplete?: (runId: string, report: EvaluationReport) => void;
        scene?: JsonObject;
        sceneId?: string;
        scenePath?: string;
    }
    Index

    Properties

    count: number
    onRunComplete?: (runId: string, report: EvaluationReport) => void
    scene?: JsonObject
    sceneId?: string
    scenePath?: string