import { Dialog } from "https://deno.land/x/nano_jsx@v0.0.36/ui/dialog.ts";
Methods
private
disableScroll()private
enableScroll()private
focusAction(focusActionId: string, actions: DialogAction[])private
focusFirstAction()private
getParentElement(parentId: string)private
handleKeydown(event: KeyboardEvent)remove()
show(options: DialogOptions | null, callback: (event: { name: string; id: string | number; }) => void)