mimiq
    Preparing search index...

    Interface LocalRuntimeOptions

    interface LocalRuntimeOptions {
        layoutLensConfig?: LayoutLensConfig;
        recording?: Partial<RecordingConfig>;
        scenesDir?: string;
        simulatorConfig?: SimulatorConfig;
        tracesDir?: string;
    }
    Index
    layoutLensConfig?: LayoutLensConfig
    recording?: Partial<RecordingConfig>
    scenesDir?: string
    simulatorConfig?: SimulatorConfig
    tracesDir?: string