Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.inlay-hint-item


display-partscljs

(display-parts inlay-hint-item)

Returns: InlayHintItemDisplayPart[] | undefined

**Returns:** `InlayHintItemDisplayPart[] | undefined`
sourceraw docstring

kindcljs

(kind inlay-hint-item)

Returns: InlayHintKind

**Returns:** `InlayHintKind`
sourceraw docstring

positioncljs

(position inlay-hint-item)

Returns: Location

**Returns:** `Location`
sourceraw docstring

set-display-parts!cljs

(set-display-parts! inlay-hint-item value)
source

set-kind!cljs

(set-kind! inlay-hint-item value)
source

set-position!cljs

(set-position! inlay-hint-item value)
source

set-text!cljs

(set-text! inlay-hint-item value)

This property will be the empty string when displayParts is set.

This property will be the empty string when displayParts is set.
sourceraw docstring

set-whitespace-after!cljs

(set-whitespace-after! inlay-hint-item value)
source

set-whitespace-before!cljs

(set-whitespace-before! inlay-hint-item value)
source

textcljs

(text inlay-hint-item)

This property will be the empty string when displayParts is set.

Returns: string

This property will be the empty string when displayParts is set.

**Returns:** `string`
sourceraw docstring

whitespace-after?cljs

(whitespace-after? inlay-hint-item)

Returns: boolean | undefined

**Returns:** `boolean | undefined`
sourceraw docstring

whitespace-before?cljs

(whitespace-before? inlay-hint-item)

Returns: boolean | undefined

**Returns:** `boolean | undefined`
sourceraw docstring

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

× close