mimiq
    Preparing search index...

    Interface LayoutLensConfig

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

    Properties

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