Skip to main content

Text Input

The text input component allows you to get a string from the user.

Text Input API

The following section details Text Input component's specific settings. For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:

Text Input configuration

NameTypeConnectableTemplatableDefaultDescription
PlaceholderstringfalsefalseType...The text input placeholder.
Default valuestringtruefalseThe default value of the text input.

Outputs

NameTypeDescription
ResultstringThe text input value.