Stone.js API
    Preparing search index...

    Options common to every realtime connection, plus the driver selector.

    interface ConnectionOptions {
        driver: RealtimeDriver;
        name: string;
        prefix?: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Which driver backs this connection.

    name: string

    The connection name, used to resolve it via realtimeManager.connection(name).

    prefix?: string

    A key prefix/namespace applied to backend keys/channels.