Arguments for EncodedSemanticClassificationsRequest request.
Arguments for EncodedSemanticClassificationsRequest request.
(file encoded-semantic-classifications-request-args)
The file for the request (absolute pathname required).
Returns: string
The file for the request (absolute pathname required). **Returns:** `string`
(format encoded-semantic-classifications-request-args)
Optional parameter for the semantic highlighting response, if absent it defaults to "original".
Returns: "original" | "2020" | undefined
Optional parameter for the semantic highlighting response, if absent it defaults to "original". **Returns:** `"original" | "2020" | undefined`
(length encoded-semantic-classifications-request-args)
Length of the span.
Returns: number
Length of the span. **Returns:** `number`
(project-file-name encoded-semantic-classifications-request-args)
Returns: string | undefined
**Returns:** `string | undefined`
(set-file! encoded-semantic-classifications-request-args value)
The file for the request (absolute pathname required).
The file for the request (absolute pathname required).
(set-format! encoded-semantic-classifications-request-args value)
Optional parameter for the semantic highlighting response, if absent it defaults to "original".
Optional parameter for the semantic highlighting response, if absent it defaults to "original".
(set-length! encoded-semantic-classifications-request-args value)
Length of the span.
Length of the span.
(set-project-file-name! encoded-semantic-classifications-request-args value)
(set-start! encoded-semantic-classifications-request-args value)
Start position of the span.
Start position of the span.
(start encoded-semantic-classifications-request-args)
Start position of the span.
Returns: number
Start position of the span. **Returns:** `number`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close