%PDF- %PDF-
Direktori : /home/ugotscom/kma/node_modules/laravel-echo/dist/channel/ |
Current File : /home/ugotscom/kma/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 { /** * Trigger client event on the channel. */ whisper(eventName: string, data: any): SocketIoChannel; }