Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.set-compiler-options-for-inferred-projects-response

Response to SetCompilerOptionsForInferredProjectsResponse request. This is just an acknowledgement, so no body field is required.

Response to SetCompilerOptionsForInferredProjectsResponse request. This is just an acknowledgement, so
no body field is required.
raw docstring

bodycljs

(body set-compiler-options-for-inferred-projects-response)

Contains message body if success === true.

Returns: any

Contains message body if success === true.

**Returns:** `any`
sourceraw docstring

commandcljs

(command set-compiler-options-for-inferred-projects-response)

The command requested.

Returns: string

The command requested.

**Returns:** `string`
sourceraw docstring

messagecljs

(message set-compiler-options-for-inferred-projects-response)

If success === false, this should always be provided. Otherwise, may (or may not) contain a success message.

Returns: string | undefined

If success === false, this should always be provided.
Otherwise, may (or may not) contain a success message.

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

metadatacljs

(metadata set-compiler-options-for-inferred-projects-response)

Contains extra information that plugin can include to be passed on

Returns: unknown

Contains extra information that plugin can include to be passed on

**Returns:** `unknown`
sourceraw docstring

performance-datacljs

(performance-data set-compiler-options-for-inferred-projects-response)

Exposes information about the performance of this request-response pair.

Returns: PerformanceData | undefined

Exposes information about the performance of this request-response pair.

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

request-seqcljs

(request-seq set-compiler-options-for-inferred-projects-response)

Sequence number of the request message.

Returns: number

Sequence number of the request message.

**Returns:** `number`
sourceraw docstring

seqcljs

(seq set-compiler-options-for-inferred-projects-response)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-body!cljs

(set-body! set-compiler-options-for-inferred-projects-response value)

Contains message body if success === true.

Contains message body if success === true.
sourceraw docstring

set-command!cljs

(set-command! set-compiler-options-for-inferred-projects-response value)

The command requested.

The command requested.
sourceraw docstring

set-message!cljs

(set-message! set-compiler-options-for-inferred-projects-response value)

If success === false, this should always be provided. Otherwise, may (or may not) contain a success message.

If success === false, this should always be provided.
Otherwise, may (or may not) contain a success message.
sourceraw docstring

set-metadata!cljs

(set-metadata! set-compiler-options-for-inferred-projects-response value)

Contains extra information that plugin can include to be passed on

Contains extra information that plugin can include to be passed on
sourceraw docstring

set-performance-data!cljs

(set-performance-data! set-compiler-options-for-inferred-projects-response
                       value)

Exposes information about the performance of this request-response pair.

Exposes information about the performance of this request-response pair.
sourceraw docstring

set-request-seq!cljs

(set-request-seq! set-compiler-options-for-inferred-projects-response value)

Sequence number of the request message.

Sequence number of the request message.
sourceraw docstring

set-seq!cljs

(set-seq! set-compiler-options-for-inferred-projects-response value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-success!cljs

(set-success! set-compiler-options-for-inferred-projects-response value)

Outcome of the request.

Outcome of the request.
sourceraw docstring

set-type!cljs

(set-type! set-compiler-options-for-inferred-projects-response value)
source

success?cljs

(success? set-compiler-options-for-inferred-projects-response)

Outcome of the request.

Returns: boolean

Outcome of the request.

**Returns:** `boolean`
sourceraw docstring

typecljs

(type set-compiler-options-for-inferred-projects-response)

Returns: "response"

**Returns:** `"response"`
sourceraw docstring

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

× close