Information found in a configure request.
Information found in a configure request.
(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`
(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`
(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`
(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`
(preferences configure-request-arguments)
Returns: UserPreferences | undefined
**Returns:** `UserPreferences | undefined`
(set-extra-file-extensions! configure-request-arguments value)
The host's additional supported .js file extensions
The host's additional supported .js file extensions
(set-file! configure-request-arguments value)
If present, tab settings apply only to this file.
If present, tab settings apply only to this file.
(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.
(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'
(watch-options configure-request-arguments)
Returns: WatchOptions | undefined
**Returns:** `WatchOptions | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close