Skip to content
@nhtio/validation
Search
K
Main Navigation
Home
Quick Start
API
Appearance
Menu
Return to top
On this page
Interface: RenameOptions
Properties
Property
Type
Description
alias?
boolean
if true, does not delete the old key name, keeping both the new and old keys in place.
Default
false
ignoreUndefined?
boolean
if true, skip renaming of a key if it's undefined.
Default
false
multiple?
boolean
if true, allows renaming multiple keys to the same destination where the last rename wins.
Default
false
override?
boolean
if true, allows renaming a key over an existing key.
Default
false