SourceControlInputBox

Represents the input box in the Source Control viewlet.

Online Documentation

Properties

Link copied to clipboard
abstract var enabled: Boolean

Controls whether the input box is enabled (default is true).

Link copied to clipboard
abstract var placeholder: String

A string to show as placeholder in the input box to guide the user.

Link copied to clipboard
abstract var value: String

Setter and getter for the contents of the input box.

Link copied to clipboard
abstract var visible: Boolean

Controls whether the input box is visible (default is true).