Input-Field-Location

The SignUI.Input-Field-Location option specifies the line from which the answer should be read in the Sign UI feature.

Usage

You can configure the SignUI.Input-Field-Location by editing the "prompt-config.yml" file as follows:

SignUI:
  Input-Field-Location: bottom

In this example, the input field is set to be read from the bottom line of the sign.

Explanation

The SignUI.Input-Field-Location option determines the specific line on the sign that should be considered as the input field. This setting helps identify where the user's response will be located within the Sign UI feature.

Example

To change the input field location to a different line, use one of the following values: top, top-aggregate, bottom, or bottom-aggregate in the configuration:

SignUI:
  Input-Field-Location: top

This will set the input field location to the top line of the sign in the Sign UI feature.

Last updated