Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/websocket_broadcastchannel/src/state-machine.ts>TransitionDefinition

Host-wide BroadcastChannel for Deno CLI, backed by WebSockets.
Latest
interface TransitionDefinition
import { type TransitionDefinition } from "https://deno.land/x/websocket_broadcastchannel@0.8.0/src/state-machine.ts";

Properties

from: S
to: S
optional
fn: OnTransition<S>
optional
description: string