Liking cljdoc? Tell your friends :D

dots.typescript.inlay-hint


display-partscljs

(display-parts inlay-hint)

Returns: InlayHintDisplayPart[] | undefined

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

kindcljs

(kind inlay-hint)

Returns: InlayHintKind

**Returns:** `InlayHintKind`
sourceraw docstring

positioncljs

(position inlay-hint)

Returns: number

**Returns:** `number`
sourceraw docstring

set-display-parts!cljs

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

set-kind!cljs

(set-kind! inlay-hint value)
source

set-position!cljs

(set-position! inlay-hint value)
source

set-text!cljs

(set-text! inlay-hint 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 value)
source

set-whitespace-before!cljs

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

textcljs

(text inlay-hint)

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)

Returns: boolean | undefined

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

whitespace-before?cljs

(whitespace-before? inlay-hint)

Returns: boolean | undefined

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

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

× close