Skip to main content
Module

x/live/deps.ts>ActivityStartedEvent

Deno Compose is a modern visual editor and app framework for dynamic, high-performance sites.
Very Popular
Go to Latest
interface ActivityStartedEvent
implements Event
import { type ActivityStartedEvent } from "https://deno.land/x/live@1.45.1/deps.ts";

ActivityStartedEvent is the event that is raised when the activity starts.

Type Parameters

optional
TArgs extends Arg = Arg

Properties

optional
input: TArgs
type: "activity_started"
activityName: string