mimiq
    Preparing search index...

    Interface LocalRuntimeOptions

    interface LocalRuntimeOptions {
        layoutLensConfig?: LayoutLensConfig;
        scenesDir?: string;
        simulatorConfig?: { model?: string };
        tracesDir?: string;
    }
    Index

    Properties

    layoutLensConfig?: LayoutLensConfig
    scenesDir?: string
    simulatorConfig?: { model?: string }
    tracesDir?: string