Documentation
    Preparing search index...

    Interface PajaOptions

    interface PajaOptions {
        command?: PajaCommand;
        configPath?: string;
        host: string;
        mode: "external-target" | "managed-command";
        port: number;
        readyTimeoutMs: number;
        simulation: PajaSimulation;
        targetUrl: string;
    }
    Index

    Properties

    command?: PajaCommand
    configPath?: string
    host: string
    mode: "external-target" | "managed-command"
    port: number
    readyTimeoutMs: number
    simulation: PajaSimulation
    targetUrl: string