Skip to main content
  • Snap
  • Restricted

snap_dialog

Parameters

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

Returns

{ [prop: string]: Json; } | boolean | Json[] | number | string | null