Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.rename-info-success


can-renamecljs

(can-rename rename-info-success)

True if item can be renamed.

Returns: true

True if item can be renamed.

**Returns:** `true`
sourceraw docstring

display-namecljs

(display-name rename-info-success)

Display name of the item to be renamed.

Returns: string

Display name of the item to be renamed.

**Returns:** `string`
sourceraw docstring

file-to-renamecljs

(file-to-rename rename-info-success)

File or directory to rename. If set, getEditsForFileRename should be called instead of findRenameLocations.

Returns: string | undefined

File or directory to rename.
If set, `getEditsForFileRename` should be called instead of `findRenameLocations`.

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

full-display-namecljs

(full-display-name rename-info-success)

Full display name of item to be renamed. If item to be renamed is a file, then this is the original text of the module specifer

Returns: string

Full display name of item to be renamed.
If item to be renamed is a file, then this is the original text of the module specifer

**Returns:** `string`
sourceraw docstring

kindcljs

(kind rename-info-success)

The items's kind (such as 'className' or 'parameterName' or plain 'text').

Returns: ScriptElementKind

The items's kind (such as 'className' or 'parameterName' or plain 'text').

**Returns:** `ScriptElementKind`
sourceraw docstring

kind-modifierscljs

(kind-modifiers rename-info-success)

Optional modifiers for the kind (such as 'public').

Returns: string

Optional modifiers for the kind (such as 'public').

**Returns:** `string`
sourceraw docstring

set-can-rename!cljs

(set-can-rename! rename-info-success value)

True if item can be renamed.

True if item can be renamed.
sourceraw docstring

set-display-name!cljs

(set-display-name! rename-info-success value)

Display name of the item to be renamed.

Display name of the item to be renamed.
sourceraw docstring

set-file-to-rename!cljs

(set-file-to-rename! rename-info-success value)

File or directory to rename. If set, getEditsForFileRename should be called instead of findRenameLocations.

File or directory to rename.
If set, `getEditsForFileRename` should be called instead of `findRenameLocations`.
sourceraw docstring

set-full-display-name!cljs

(set-full-display-name! rename-info-success value)

Full display name of item to be renamed. If item to be renamed is a file, then this is the original text of the module specifer

Full display name of item to be renamed.
If item to be renamed is a file, then this is the original text of the module specifer
sourceraw docstring

set-kind!cljs

(set-kind! rename-info-success value)

The items's kind (such as 'className' or 'parameterName' or plain 'text').

The items's kind (such as 'className' or 'parameterName' or plain 'text').
sourceraw docstring

set-kind-modifiers!cljs

(set-kind-modifiers! rename-info-success value)

Optional modifiers for the kind (such as 'public').

Optional modifiers for the kind (such as 'public').
sourceraw docstring

set-trigger-span!cljs

(set-trigger-span! rename-info-success value)

Span of text to rename.

Span of text to rename.
sourceraw docstring

trigger-spancljs

(trigger-span rename-info-success)

Span of text to rename.

Returns: TextSpan

Span of text to rename.

**Returns:** `TextSpan`
sourceraw docstring

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

× close