Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.refactor-edit-info


editscljs

(edits refactor-edit-info)

Returns: FileCodeEdits[]

**Returns:** `FileCodeEdits[]`
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)

An optional location where the editor should start a rename operation once the refactoring edits have been applied

Returns: Location | undefined

An optional location where the editor should start a rename operation once
the refactoring edits have been applied

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

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)

An optional location where the editor should start a rename operation once the refactoring edits have been applied

An optional location where the editor should start a rename operation once
the refactoring edits have been applied
sourceraw docstring

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

× close