Skip to main content
Module

x/deco/deps.ts>ActivityStartedEvent

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Very Popular
Go to Latest
interface ActivityStartedEvent
implements Event
import { type ActivityStartedEvent } from "https://deno.land/x/deco@1.35.3/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