An inlay hint label part allows for interactive and composite labels of inlay hints.
An inlay hint label part allows for interactive and composite labels of inlay hints.
(command inlay-hint-label-part)
An optional command for this label part.
The editor renders parts with commands as clickable links. The command is added to the context menu when a label part defines {@link InlayHintLabelPart.location location} and {@link InlayHintLabelPart.command command} .
Note that this property can be set late during {@link InlayHintsProvider.resolveInlayHint resolving} of inlay hints.
Returns: Command | undefined
An optional command for this label part. The editor renders parts with commands as clickable links. The command is added to the context menu when a label part defines {@link InlayHintLabelPart.location location} and {@link InlayHintLabelPart.command command} . *Note* that this property can be set late during {@link InlayHintsProvider.resolveInlayHint resolving} of inlay hints. **Returns:** `Command | undefined`
(location inlay-hint-label-part)
An optional {@link Location source code location} that represents this label part.
The editor will use this location for the hover and for code navigation features: This part will become a clickable link that resolves to the definition of the symbol at the given location (not necessarily the location itself), it shows the hover that shows at the given location, and it shows a context menu with further code navigation commands.
Note that this property can be set late during {@link InlayHintsProvider.resolveInlayHint resolving} of inlay hints.
Returns: Location | undefined
An optional {@link Location source code location} that represents this label part. The editor will use this location for the hover and for code navigation features: This part will become a clickable link that resolves to the definition of the symbol at the given location (not necessarily the location itself), it shows the hover that shows at the given location, and it shows a context menu with further code navigation commands. *Note* that this property can be set late during {@link InlayHintsProvider.resolveInlayHint resolving} of inlay hints. **Returns:** `Location | undefined`
(set-command! inlay-hint-label-part value)
An optional command for this label part.
The editor renders parts with commands as clickable links. The command is added to the context menu when a label part defines {@link InlayHintLabelPart.location location} and {@link InlayHintLabelPart.command command} .
Note that this property can be set late during {@link InlayHintsProvider.resolveInlayHint resolving} of inlay hints.
An optional command for this label part. The editor renders parts with commands as clickable links. The command is added to the context menu when a label part defines {@link InlayHintLabelPart.location location} and {@link InlayHintLabelPart.command command} . *Note* that this property can be set late during {@link InlayHintsProvider.resolveInlayHint resolving} of inlay hints.
(set-location! inlay-hint-label-part value)
An optional {@link Location source code location} that represents this label part.
The editor will use this location for the hover and for code navigation features: This part will become a clickable link that resolves to the definition of the symbol at the given location (not necessarily the location itself), it shows the hover that shows at the given location, and it shows a context menu with further code navigation commands.
Note that this property can be set late during {@link InlayHintsProvider.resolveInlayHint resolving} of inlay hints.
An optional {@link Location source code location} that represents this label part. The editor will use this location for the hover and for code navigation features: This part will become a clickable link that resolves to the definition of the symbol at the given location (not necessarily the location itself), it shows the hover that shows at the given location, and it shows a context menu with further code navigation commands. *Note* that this property can be set late during {@link InlayHintsProvider.resolveInlayHint resolving} of inlay hints.
(set-tooltip! inlay-hint-label-part value)
The tooltip text when you hover over this label part.
Note that this property can be set late during {@link InlayHintsProvider.resolveInlayHint resolving} of inlay hints.
The tooltip text when you hover over this label part. *Note* that this property can be set late during {@link InlayHintsProvider.resolveInlayHint resolving} of inlay hints.
(set-value! inlay-hint-label-part value)
The value of this label part.
The value of this label part.
(tooltip inlay-hint-label-part)
The tooltip text when you hover over this label part.
Note that this property can be set late during {@link InlayHintsProvider.resolveInlayHint resolving} of inlay hints.
Returns: string | MarkdownString | undefined
The tooltip text when you hover over this label part. *Note* that this property can be set late during {@link InlayHintsProvider.resolveInlayHint resolving} of inlay hints. **Returns:** `string | MarkdownString | undefined`
(value inlay-hint-label-part)
The value of this label part.
Returns: string
The value of this label part. **Returns:** `string`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close