An item found in a navto response.
An item found in a navto response.
(case-sensitive? navto-item)
If this was a case sensitive or insensitive match.
Returns: boolean
If this was a case sensitive or insensitive match. **Returns:** `boolean`
(container-kind navto-item)
Kind of symbol's container symbol (if any).
Returns: ScriptElementKind | undefined
Kind of symbol's container symbol (if any). **Returns:** `ScriptElementKind | undefined`
(container-name navto-item)
Name of symbol's container symbol (if any); for example, the class name if symbol is a class member.
Returns: string | undefined
Name of symbol's container symbol (if any); for example, the class name if symbol is a class member. **Returns:** `string | undefined`
(end navto-item)
One character past last character of the definition.
Returns: Location
One character past last character of the definition. **Returns:** `Location`
(file navto-item)
File containing text span.
Returns: string
File containing text span. **Returns:** `string`
(kind navto-item)
The symbol's kind (such as 'className' or 'parameterName').
Returns: ScriptElementKind
The symbol's kind (such as 'className' or 'parameterName'). **Returns:** `ScriptElementKind`
(kind-modifiers navto-item)
Optional modifiers for the kind (such as 'public').
Returns: string | undefined
Optional modifiers for the kind (such as 'public'). **Returns:** `string | undefined`
(match-kind navto-item)
exact, substring, or prefix.
Returns: string
exact, substring, or prefix. **Returns:** `string`
(name navto-item)
The symbol's name.
Returns: string
The symbol's name. **Returns:** `string`
(set-container-kind! navto-item value)
Kind of symbol's container symbol (if any).
Kind of symbol's container symbol (if any).
(set-container-name! navto-item value)
Name of symbol's container symbol (if any); for example, the class name if symbol is a class member.
Name of symbol's container symbol (if any); for example, the class name if symbol is a class member.
(set-end! navto-item value)
One character past last character of the definition.
One character past last character of the definition.
(set-file! navto-item value)
File containing text span.
File containing text span.
(set-is-case-sensitive! navto-item value)
If this was a case sensitive or insensitive match.
If this was a case sensitive or insensitive match.
(set-kind! navto-item value)
The symbol's kind (such as 'className' or 'parameterName').
The symbol's kind (such as 'className' or 'parameterName').
(set-kind-modifiers! navto-item value)
Optional modifiers for the kind (such as 'public').
Optional modifiers for the kind (such as 'public').
(set-match-kind! navto-item value)
exact, substring, or prefix.
exact, substring, or prefix.
(set-start! navto-item value)
First character of the definition.
First character of the definition.
(start navto-item)
First character of the definition.
Returns: Location
First character of the definition. **Returns:** `Location`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close