Skip to main content
Version: v7.0.0

ListenerInstanceProperties


Import
import { ListenerInstanceProperties } from "@hyper-fetch/sockets"

Preview

type ListenerInstanceProperties = {
hasParams?: boolean;
response?: any;
socket?: SocketInstance;
topic?: string;
}

Structure

ListenerInstanceProperties
NameTypeDescription
hasParams
boolean
response
any
socket
SocketInstance
topic
string
Sockets
On this page