mimiq
    Preparing search index...

    Interface LayoutLensConfig

    interface LayoutLensConfig {
        pythonPath?: string;
        screenshotDir?: string;
        timeout?: number;
    }
    Index

    Properties

    pythonPath?: string
    screenshotDir?: string
    timeout?: number