Skip to main content
  • Snap
  • Restricted

snap_dialog

Parameters

{ content: JSXElement } | { id: string } | { type: "alert"; content: JSXElement } | { type: "alert"; id: string } | { type: "confirmation"; content: JSXElement } | { type: "confirmation"; id: string } | { type: "prompt"; content: JSXElement; placeholder?: string | null } | { type: "prompt"; id: string; placeholder?: string | undefined }

Returns

Json