Liking cljdoc? Tell your friends :D

dots.typescript.server.project-service-options


allow-local-plugin-loads?cljs

(allow-local-plugin-loads? project-service-options)

Returns: boolean | undefined

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

can-use-watch-events?cljs

(can-use-watch-events? project-service-options)

Returns: boolean | undefined

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

cancellation-tokencljs

(cancellation-token project-service-options)

Returns: HostCancellationToken

**Returns:** `HostCancellationToken`
sourceraw docstring

event-handlercljs

(event-handler project-service-options)

Returns: ProjectServiceEventHandler | undefined

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

global-pluginscljs

(global-plugins project-service-options)

Returns: readonly string[] | undefined

**Returns:** `readonly string[] | undefined`
sourceraw docstring

hostcljs

(host project-service-options)

Returns: ServerHost

**Returns:** `ServerHost`
sourceraw docstring

js-doc-parsing-modecljs

(js-doc-parsing-mode project-service-options)

Returns: JSDocParsingMode | undefined

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

loggercljs

(logger project-service-options)

Returns: Logger

**Returns:** `Logger`
sourceraw docstring

plugin-probe-locationscljs

(plugin-probe-locations project-service-options)

Returns: readonly string[] | undefined

**Returns:** `readonly string[] | undefined`
sourceraw docstring

server-modecljs

(server-mode project-service-options)

Returns: LanguageServiceMode | undefined

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

sessioncljs

(session project-service-options)

Returns: Session<unknown> | undefined

**Returns:** `Session<unknown> | undefined`
sourceraw docstring

set-allow-local-plugin-loads!cljs

(set-allow-local-plugin-loads! project-service-options value)
source

set-can-use-watch-events!cljs

(set-can-use-watch-events! project-service-options value)
source

set-cancellation-token!cljs

(set-cancellation-token! project-service-options value)
source

set-event-handler!cljs

(set-event-handler! project-service-options value)
source

set-global-plugins!cljs

(set-global-plugins! project-service-options value)
source

set-host!cljs

(set-host! project-service-options value)
source

set-js-doc-parsing-mode!cljs

(set-js-doc-parsing-mode! project-service-options value)
source

set-logger!cljs

(set-logger! project-service-options value)
source

set-plugin-probe-locations!cljs

(set-plugin-probe-locations! project-service-options value)
source

set-server-mode!cljs

(set-server-mode! project-service-options value)
source

set-session!cljs

(set-session! project-service-options value)
source

set-suppress-diagnostic-events!cljs

(set-suppress-diagnostic-events! project-service-options value)
source

set-throttle-wait-milliseconds!cljs

(set-throttle-wait-milliseconds! project-service-options value)
source

set-types-map-location!cljs

(set-types-map-location! project-service-options value)
source

set-typings-installer!cljs

(set-typings-installer! project-service-options value)
source

set-use-inferred-project-per-project-root!cljs

(set-use-inferred-project-per-project-root! project-service-options value)
source

set-use-single-inferred-project!cljs

(set-use-single-inferred-project! project-service-options value)
source

suppress-diagnostic-events?cljs

(suppress-diagnostic-events? project-service-options)

Returns: boolean | undefined

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

throttle-wait-millisecondscljs

(throttle-wait-milliseconds project-service-options)

Returns: number | undefined

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

types-map-locationcljs

(types-map-location project-service-options)

Returns: string | undefined

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

typings-installercljs

(typings-installer project-service-options)

Returns: ITypingsInstaller | undefined

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

use-inferred-project-per-project-root?cljs

(use-inferred-project-per-project-root? project-service-options)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

use-single-inferred-project?cljs

(use-single-inferred-project? project-service-options)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

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

× close