Skip to content

@vttforge/core / TextPromptField

Interface: TextPromptField

Extends

  • PromptFieldBase

Properties

hint?

readonly optional hint?: string

Hint under the input, as a localization key or text.

Inherited from

PromptFieldBase.hint


label

readonly label: string

Label, as a localization key or text.

Inherited from

PromptFieldBase.label


name

readonly name: string

The key in the result, and the input's name.

Inherited from

PromptFieldBase.name


placeholder?

readonly optional placeholder?: string


required?

readonly optional required?: boolean


type

readonly type: "text"


value?

readonly optional value?: string

MIT licensed.