Represents the input box in the Source Control viewlet.
Represents the input box in the Source Control viewlet.
(enabled? source-control-input-box)
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 source-control-input-box)
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! source-control-input-box value)
Controls whether the input box is enabled (default is true
).
Controls whether the input box is enabled (default is `true`).
(set-placeholder! source-control-input-box 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! source-control-input-box value)
Setter and getter for the contents of the input box.
Setter and getter for the contents of the input box.
(set-visible! source-control-input-box value)
Controls whether the input box is visible (default is true
).
Controls whether the input box is visible (default is `true`).
(value source-control-input-box)
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? source-control-input-box)
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