RenameInfoSuccess

sealed external interface RenameInfoSuccess : RenameInfo(source)

Properties

Link copied to clipboard
abstract var canRename: Boolean
Link copied to clipboard
abstract var displayName: String
Link copied to clipboard
abstract var fileToRename: String?

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

Link copied to clipboard
abstract var fullDisplayName: 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

Link copied to clipboard
abstract var kind: ScriptElementKind
Link copied to clipboard
abstract var kindModifiers: String
Link copied to clipboard
abstract var triggerSpan: TextSpan