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

x/nano_jsx/ui/dialog.ts>Dialog#show

🎯 SSR first, lightweight 1kB JSX library.
Go to Latest
method Dialog.prototype.show
import { Dialog } from "https://deno.land/x/nano_jsx@v0.0.33/ui/dialog.ts";

Parameters

options: DialogOptions | null
callback: (event: { name: string; id: string | number; }) => void