(can-rename rename-info-success)
True if item can be renamed.
Returns: true
True if item can be renamed. **Returns:** `true`
(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`
(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)
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`
(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`
(set-can-rename! rename-info-success value)
True if item can be renamed.
True if item can be renamed.
(set-display-name! rename-info-success value)
Display name of the item to be renamed.
Display name of the item to be renamed.
(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
(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').
(set-kind-modifiers! rename-info-success value)
Optional modifiers for the kind (such as 'public').
Optional modifiers for the kind (such as 'public').
(set-trigger-span! rename-info-success value)
Span of text to rename.
Span of text to rename.
(trigger-span rename-info-success)
Span of text to rename.
Returns: TextSpan
Span of text to rename. **Returns:** `TextSpan`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close