| Parameter | Description |
|---|---|
| minLines | The maximum amount of lines the text area can show before it starts using a scrollbar. Defaults to 3. |
| maxLines | The minimum amount of lines the text area will use. Defaults to 3. |
Unity.GraphToolkit.Editor.IOptionBuilder The current builder instance for method chaining.
Configures the option to use the UnityEngine.TextAreaAttribute.
Applies only to string input ports. Use this setting to make the port value a Text Area. A Text Area is a multi-line input field that allows users to enter large amounts of text. Its height automatically adjusts between specified minimum and maximum lines, and a scrollbar appears if the content exceeds the visible area.