Interface TokenFormOptions

Options for generating the token form.

Hierarchy

  • TokenFormOptions

Properties

appendHtml: string

Custom HTML to append after the form, inside the

element.

css: string

Custom CSS to add to the page. Is appended at the end of .

js: string

Custom JS to add to the page. Is appended at the end of .

prependHtml: string

Custom HTML to prepend before the title, inside the

element.

texts: Partial<Record<"title" | "promptTitle" | "promptDescription" | "submitButton", string>>

A mapping of text labels to use in the form.

Generated using TypeDoc