Hiyve Components - v1.0.0
    Preparing search index...

    Interface UserFilesStreamHandle

    Handle returned by connectUserFilesStream for closing the SSE connection.

    interface UserFilesStreamHandle {
        close(): void;
    }
    Index

    Methods

    Methods

    • Close the SSE connection

      Returns void