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

    Interface ConnectionState

    Connection state for the Hiyve client.

    interface ConnectionState {
        error: string | null;
        isConnected: boolean;
        isConnecting: boolean;
    }
    Index

    Properties

    error: string | null

    Error message if connection failed, null otherwise

    isConnected: boolean

    Whether currently connected to the server

    isConnecting: boolean

    Whether a connection attempt is in progress