Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.configure-request-arguments

Information found in a configure request.

Information found in a configure request.
raw docstring

extra-file-extensionscljs

(extra-file-extensions configure-request-arguments)

The host's additional supported .js file extensions

Returns: FileExtensionInfo[] | undefined

The host's additional supported .js file extensions

**Returns:** `FileExtensionInfo[] | undefined`
sourceraw docstring

filecljs

(file configure-request-arguments)

If present, tab settings apply only to this file.

Returns: string | undefined

If present, tab settings apply only to this file.

**Returns:** `string | undefined`
sourceraw docstring

format-optionscljs

(format-options configure-request-arguments)

The format options to use during formatting and other code editing features.

Returns: FormatCodeSettings | undefined

The format options to use during formatting and other code editing features.

**Returns:** `FormatCodeSettings | undefined`
sourceraw docstring

host-infocljs

(host-info configure-request-arguments)

Information about the host, for example 'Emacs 24.4' or 'Sublime Text version 3075'

Returns: string | undefined

Information about the host, for example 'Emacs 24.4' or
'Sublime Text version 3075'

**Returns:** `string | undefined`
sourceraw docstring

preferencescljs

(preferences configure-request-arguments)

Returns: UserPreferences | undefined

**Returns:** `UserPreferences | undefined`
sourceraw docstring

set-extra-file-extensions!cljs

(set-extra-file-extensions! configure-request-arguments value)

The host's additional supported .js file extensions

The host's additional supported .js file extensions
sourceraw docstring

set-file!cljs

(set-file! configure-request-arguments value)

If present, tab settings apply only to this file.

If present, tab settings apply only to this file.
sourceraw docstring

set-format-options!cljs

(set-format-options! configure-request-arguments value)

The format options to use during formatting and other code editing features.

The format options to use during formatting and other code editing features.
sourceraw docstring

set-host-info!cljs

(set-host-info! configure-request-arguments value)

Information about the host, for example 'Emacs 24.4' or 'Sublime Text version 3075'

Information about the host, for example 'Emacs 24.4' or
'Sublime Text version 3075'
sourceraw docstring

set-preferences!cljs

(set-preferences! configure-request-arguments value)
source

set-watch-options!cljs

(set-watch-options! configure-request-arguments value)
source

watch-optionscljs

(watch-options configure-request-arguments)

Returns: WatchOptions | undefined

**Returns:** `WatchOptions | undefined`
sourceraw docstring

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

× close