Type: TextFieldGraceDocs
TextField = Input & type { ...added methods below... }
Component in window taking user text input

Added methods

Method signature Return type
text String
The contents of the text field.
text:=(value:String) Done