Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RenameOptions

Index

Properties

Optional alias

0.0.46 provide
alias: boolean

if true, does not delete the old key name, keeping both the new and old keys in place.

default

false

Optional ignoreUndefined

0.0.46 provide
ignoreUndefined: boolean

if true, skip renaming of a key if it's undefined.

default

false

Optional multiple

0.0.46 provide
multiple: boolean

if true, allows renaming multiple keys to the same destination where the last rename wins.

default

false

Optional override

0.0.46 provide
override: boolean

if true, allows renaming a key over an existing key.

default

false