Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.project-language-service-state-event-body


language-service-enabled?cljs

(language-service-enabled? project-language-service-state-event-body)

True if language service state switched from disabled to enabled and false otherwise.

Returns: boolean

True if language service state switched from disabled to enabled
and false otherwise.

**Returns:** `boolean`
sourceraw docstring

project-namecljs

(project-name project-language-service-state-event-body)

Project name that has changes in the state of language service. For configured projects this will be the config file path. For external projects this will be the name of the projects specified when project was open. For inferred projects this event is not raised.

Returns: string

Project name that has changes in the state of language service.
For configured projects this will be the config file path.
For external projects this will be the name of the projects specified when project was open.
For inferred projects this event is not raised.

**Returns:** `string`
sourceraw docstring

set-language-service-enabled!cljs

(set-language-service-enabled! project-language-service-state-event-body value)

True if language service state switched from disabled to enabled and false otherwise.

True if language service state switched from disabled to enabled
and false otherwise.
sourceraw docstring

set-project-name!cljs

(set-project-name! project-language-service-state-event-body value)

Project name that has changes in the state of language service. For configured projects this will be the config file path. For external projects this will be the name of the projects specified when project was open. For inferred projects this event is not raised.

Project name that has changes in the state of language service.
For configured projects this will be the config file path.
For external projects this will be the name of the projects specified when project was open.
For inferred projects this event is not raised.
sourceraw docstring

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

× close