SourceControlInputBox$Typings extension

on

Properties

enabled bool
Controls whether the input box is enabled (default is true).
getter/setter pair
placeholder String
A string to show as placeholder in the input box to guide the user.
getter/setter pair
value String
Setter and getter for the contents of the input box.
getter/setter pair
visible bool
Controls whether the input box is visible (default is true).
getter/setter pair