Liking cljdoc? Tell your friends :D

dots.vscode.source-control-input-box

Represents the input box in the Source Control viewlet.

Represents the input box in the Source Control viewlet.
raw docstring

enabled?cljs

(enabled? source-control-input-box)

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

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

placeholdercljs

(placeholder source-control-input-box)

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.
sourceraw docstring

set-enabled!cljs

(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`).
sourceraw docstring

set-placeholder!cljs

(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.
sourceraw docstring

set-value!cljs

(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.
sourceraw docstring

set-visible!cljs

(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`).
sourceraw docstring

valuecljs

(value source-control-input-box)

Setter and getter for the contents of the input box.

Setter and getter for the contents of the input box.
sourceraw docstring

visible?cljs

(visible? source-control-input-box)

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

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close