ListenerInstanceProperties
Import
import { ListenerInstanceProperties } from "@hyper-fetch/sockets"
Source
Package
Preview
type ListenerInstanceProperties = {
hasParams?: boolean;
response?: any;
socket?: SocketInstance;
topic?: string;
}
Structure
ListenerInstanceProperties
| Name | Type | Description |
|---|---|---|
| hasParams | | |
| response | | |
| socket | | |
| topic | |