minigame-std
Version:
Mini Game Standard Development Library.
18 lines (10 loc) • 438 B
Markdown
[**minigame-std**](../README.md)
***
[minigame-std](../README.md) / SocketOptions
# Type Alias: SocketOptions
```ts
type SocketOptions = Omit<WechatMinigame.ConnectSocketOption, "url" | "complete" | "success" | "fail">;
```
创建Socket的可选参数。
## Defined in
[src/std/socket/socket\_define.ts:91](https://github.com/JiangJie/minigame-std/blob/8633d80114dee6c79033ec094d8233bd8263bedc/src/std/socket/socket_define.ts#L91)