Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LaravelEchoPrivateChannel

Hierarchy

Index

Properties

options

options: any

The Echo options.

type

{any}

Methods

Abstract listen

  • listen(event: string, callback: Function): Channel

listenForWhisper

  • listenForWhisper(event: string, callback: Function): Channel

notification

  • notification(callback: Function): Channel

whisper

  • whisper(eventName: any, data: any): this

Generated using TypeDoc