UNPKG

minigame-std

Version:

Mini Game Standard Development Library.

16 lines (9 loc) 435 B
[**minigame-std**](../README.md) *** [minigame-std](../README.md) / SocketOptions # Type Alias: SocketOptions ```ts type SocketOptions = Omit<WechatMinigame.ConnectSocketOption, "url" | "complete" | "success" | "fail">; ``` Defined in: [src/std/socket/socket\_define.ts:91](https://github.com/JiangJie/minigame-std/blob/ff3594872b1efbdbc13aabe99588385e855b50dc/src/std/socket/socket_define.ts#L91) 创建Socket的可选参数。