@finos/perspective
    Preparing search index...

    Interface PerspectiveServerOptions

    interface PerspectiveServerOptions {
        on_poll_request?: (x: PerspectiveServer) => Promise<void>;
    }
    Index

    Properties

    Properties

    on_poll_request?: (x: PerspectiveServer) => Promise<void>