Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.todo-comment-request-args

Arguments for TodoCommentRequest request.

Arguments for TodoCommentRequest request.
raw docstring

descriptorscljs

(descriptors todo-comment-request-args)

Array of target TodoCommentDescriptors that describes TODO comments to be found

Returns: TodoCommentDescriptor[]

Array of target TodoCommentDescriptors that describes TODO comments to be found

**Returns:** `TodoCommentDescriptor[]`
sourceraw docstring

filecljs

(file todo-comment-request-args)

The file for the request (absolute pathname required).

Returns: string

The file for the request (absolute pathname required).

**Returns:** `string`
sourceraw docstring

project-file-namecljs

(project-file-name todo-comment-request-args)

Returns: string | undefined

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

set-descriptors!cljs

(set-descriptors! todo-comment-request-args value)

Array of target TodoCommentDescriptors that describes TODO comments to be found

Array of target TodoCommentDescriptors that describes TODO comments to be found
sourceraw docstring

set-file!cljs

(set-file! todo-comment-request-args value)

The file for the request (absolute pathname required).

The file for the request (absolute pathname required).
sourceraw docstring

set-project-file-name!cljs

(set-project-file-name! todo-comment-request-args value)
source

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

× close