Documentation
    Preparing search index...

    Interface PajaRawOptions

    interface PajaRawOptions {
        command?: PajaCommand;
        configPath?: string;
        host?: string;
        port?: string | number;
        readyTimeoutMs?: string | number;
        simulation?: PajaSimulationRawOptions;
        targetUrl?: string;
    }
    Index

    Properties

    command?: PajaCommand
    configPath?: string
    host?: string
    port?: string | number
    readyTimeoutMs?: string | number
    targetUrl?: string