Provide inline value through a variable lookup. If only a range is specified, the variable name will be extracted from the underlying document. An optional variable name can be used to override the extracted name.
Provide inline value through a variable lookup. If only a range is specified, the variable name will be extracted from the underlying document. An optional variable name can be used to override the extracted name.
(case-sensitive-lookup? inline-value-variable-lookup)
How to perform the lookup.
Returns: boolean
How to perform the lookup. **Returns:** `boolean`
(range inline-value-variable-lookup)
The document range for which the inline value applies. The range is used to extract the variable name from the underlying document.
Returns: Range
The document range for which the inline value applies. The range is used to extract the variable name from the underlying document. **Returns:** `Range`
(variable-name inline-value-variable-lookup)
If specified the name of the variable to look up.
Returns: string | undefined
If specified the name of the variable to look up. **Returns:** `string | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close