vapor-chamber API reference - v1.16.0
    Preparing search index...

    Type Alias EchoSubscription

    type EchoSubscription = {
        name: string;
        type?: EchoChannelType;
        events: string[];
    }
    Index
    name: string

    Channel name. Echo adds the private- / presence- prefix itself.

    Channel kind. Default: 'public'.

    events: string[]

    Server-broadcast event names to listen for on this channel.