mimiq
    Preparing search index...

    Interface LocalRuntimeOptions

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

    Properties

    layoutLensConfig?: LayoutLensConfig
    recording?: Partial<RecordingConfig>
    scenesDir?: string
    simulatorConfig?: { model?: string }
    tracesDir?: string