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