Liking cljdoc? Tell your friends :D

dots.vscode.scm.input-box

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

enabled?cljs

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

placeholdercljs

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

set-enabled!cljs

(set-enabled! 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! 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! 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! 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)

Setter and getter for the contents of the input box.

Returns: string

Setter and getter for the contents of the input box.

**Returns:** `string`
sourceraw docstring

visible?cljs

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

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

× close