Liking cljdoc? Tell your friends :D

dots.typescript.refactor-edit-info

A set of edits to make in response to a refactor action, plus an optional location where renaming should be invoked from

A set of edits to make in response to a refactor action, plus an optional
location where renaming should be invoked from
raw docstring

commandscljs

(commands refactor-edit-info)

Returns: InstallPackageAction[] | undefined

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

editscljs

(edits refactor-edit-info)

Returns: FileTextChanges[]

**Returns:** `FileTextChanges[]`
sourceraw docstring

not-applicable-reasoncljs

(not-applicable-reason refactor-edit-info)

Returns: string | undefined

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

rename-filenamecljs

(rename-filename refactor-edit-info)

Returns: string | undefined

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

rename-locationcljs

(rename-location refactor-edit-info)

Returns: number | undefined

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

set-commands!cljs

(set-commands! refactor-edit-info value)
source

set-edits!cljs

(set-edits! refactor-edit-info value)
source

set-not-applicable-reason!cljs

(set-not-applicable-reason! refactor-edit-info value)
source

set-rename-filename!cljs

(set-rename-filename! refactor-edit-info value)
source

set-rename-location!cljs

(set-rename-location! refactor-edit-info value)
source

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

× close