Skip to content

@vttforge/core / TextareaPromptField

Interface: TextareaPromptField

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


rows?

readonly optional rows?: number


type

readonly type: "textarea"


value?

readonly optional value?: string

MIT licensed.