Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Mandarine.MandarineCore.Decorators.WebSocketValidProperties

import type { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts"; 

const { WebSocketValidProperties } = Mandarine.MandarineCore.Decorators;
type WebSocketValidProperties =
| "onClose"
| "onOpen"
| "onError"
| "onMessage"
| "send"
| "close"
| "onMessageError";

§Type

§
"onClose" | "onOpen" | "onError" | "onMessage" | "send" | "close" | "onMessageError"
[src]