SourceControlInputBox$Typings extension
Properties
- enabled ↔ bool
-
Available on SourceControlInputBox, provided by the SourceControlInputBox$Typings extension
Controls whether the input box is enabled (default istrue
).getter/setter pair - placeholder ↔ String
-
Available on SourceControlInputBox, provided by the SourceControlInputBox$Typings extension
A string to show as placeholder in the input box to guide the user.getter/setter pair - value ↔ String
-
Available on SourceControlInputBox, provided by the SourceControlInputBox$Typings extension
Setter and getter for the contents of the input box.getter/setter pair - visible ↔ bool
-
Available on SourceControlInputBox, provided by the SourceControlInputBox$Typings extension
Controls whether the input box is visible (default istrue
).getter/setter pair