The {@link SourceControlInputBox input box} for the last source control created by the extension.
The {@link SourceControlInputBox input box} for the last source control created by the extension.
(enabled?)
Controls whether the input box is enabled (default is true
).
Returns: boolean
Controls whether the input box is enabled (default is `true`). **Returns:** `boolean`
(placeholder)
A string to show as placeholder in the input box to guide the user.
Returns: string
A string to show as placeholder in the input box to guide the user. **Returns:** `string`
(set-enabled! value)
Controls whether the input box is enabled (default is true
).
Controls whether the input box is enabled (default is `true`).
(set-placeholder! value)
A string to show as placeholder in the input box to guide the user.
A string to show as placeholder in the input box to guide the user.
(set-value! value)
Setter and getter for the contents of the input box.
Setter and getter for the contents of the input box.
(set-visible! value)
Controls whether the input box is visible (default is true
).
Controls whether the input box is visible (default is `true`).
(value)
Setter and getter for the contents of the input box.
Returns: string
Setter and getter for the contents of the input box. **Returns:** `string`
(visible?)
Controls whether the input box is visible (default is true
).
Returns: boolean
Controls whether the input box is visible (default is `true`). **Returns:** `boolean`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close