(display-name rename-info-success)
Returns: string
**Returns:** `string`
(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`
(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`
(kind rename-info-success)
Returns: ScriptElementKind
**Returns:** `ScriptElementKind`
(kind-modifiers rename-info-success)
Returns: string
**Returns:** `string`
(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`.
(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
(trigger-span rename-info-success)
Returns: TextSpan
**Returns:** `TextSpan`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close