Loom Engine - v3.1.1
    Preparing search index...

    Interface ChatWsHandle<TMeta>

    interface ChatWsHandle<TMeta = Record<string, unknown>> {
        registry: ChatChannelRegistry<TMeta>;
        ingest(raw: string): string;
    }

    Type Parameters

    • TMeta = Record<string, unknown>
    Index

    Properties

    Methods

    Properties

    Methods