Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/blocks/deps.ts>ActivityCompletedEvent

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface ActivityCompletedEvent
implements Event
import { type ActivityCompletedEvent } from "https://deno.land/x/blocks@1.75.0/deps.ts";

Raised when an activity is in completed state.

Type Parameters

optional
TResult = unknown

Properties

optional
result: TResult
optional
exception: unknown
activityName: string
type: "activity_completed"