Type: TextBoxGraceDocs
TextBox = Component & type { ...added methods below... }
Component of window that holds text

Added methods

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