Interface PromptElement

The different types of elements that can be used in a PromptArgs.

Hierarchy

  • PromptElement

Properties

Properties

data?: unknown
label?: string
type: "link" | "button" | "textarea" | "close" | "asset" | "accept" | "countdown" | "qr"