Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.update-open-request-args

Arguments to UpdateOpenRequest

Arguments to UpdateOpenRequest
raw docstring

changed-filescljs

(changed-files update-open-request-args)

List of open files files that were changes

Returns: FileCodeEdits[] | undefined

List of open files files that were changes

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

closed-filescljs

(closed-files update-open-request-args)

List of files that were closed

Returns: string[] | undefined

List of files that were closed

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

open-filescljs

(open-files update-open-request-args)

List of newly open files

Returns: OpenRequestArgs[] | undefined

List of newly open files

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

set-changed-files!cljs

(set-changed-files! update-open-request-args value)

List of open files files that were changes

List of open files files that were changes
sourceraw docstring

set-closed-files!cljs

(set-closed-files! update-open-request-args value)

List of files that were closed

List of files that were closed
sourceraw docstring

set-open-files!cljs

(set-open-files! update-open-request-args value)

List of newly open files

List of newly open files
sourceraw docstring

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

× close