Documentation
    Preparing search index...

    Interface PajaServer

    Running Paja server handle.

    interface PajaServer {
        hostConfig: PajaHostConfig;
        url: string;
        close(): Promise<void>;
        updateTargetUrl(targetUrl: string): PajaHostConfig;
    }
    Index

    Properties

    hostConfig: PajaHostConfig

    Current host-page config.

    url: string

    Runtime URL where the Paja host page is served.

    Methods