Renames the given attribute to the given new name. aliases represent alternative names. Given a list of [name, ...aliases] the first existing value will be used for the target name. All attributes in that combined list will be removed.
aliases
[name, ...aliases]
Element filter parameters
the original name to rename
the new name of the attribute
Rest
possible alternative original names
Renames the given attribute to the given new name.
aliases
represent alternative names. Given a list of[name, ...aliases]
the first existing value will be used for the target name. All attributes in that combined list will be removed.