Saxonberg Server API
    Preparing search index...

    Interface HandlerContext

    interface HandlerContext {
        application: Application;
        backend: IBackend;
        interactive: default;
        socketId: string;
    }
    Index

    Properties

    application: Application
    backend: IBackend
    interactive: default
    socketId: string