@wharfkit/session - v4.0.1
    Preparing search index...

    Interface PromptElement

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

    interface PromptElement {
        data?: unknown;
        label?: string;
        type:
            | "accept"
            | "asset"
            | "button"
            | "close"
            | "countdown"
            | "link"
            | "qr"
            | "textarea";
    }
    Index
    data?: unknown
    label?: string
    type:
        | "accept"
        | "asset"
        | "button"
        | "close"
        | "countdown"
        | "link"
        | "qr"
        | "textarea"