Liking cljdoc? Tell your friends :D

dots.vscode.inlay-hint-label-part

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.
raw docstring

commandcljs

(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`
sourceraw docstring

locationcljs

(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`
sourceraw docstring

set-command!cljs

(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.
sourceraw docstring

set-location!cljs

(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.
sourceraw docstring

set-tooltip!cljs

(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.
sourceraw docstring

set-value!cljs

(set-value! inlay-hint-label-part value)

The value of this label part.

The value of this label part.
sourceraw docstring

tooltipcljs

(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`
sourceraw docstring

valuecljs

(value inlay-hint-label-part)

The value of this label part.

Returns: string

The value of this label part.

**Returns:** `string`
sourceraw docstring

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

× close