Element filter parameters
Named parameters to be passed to element filters. For overriding filter rules a typical pattern to start with is:
params.parent && params.parent(args);
Readonlyeditor: EditorCKEditor instance, for example to access configuration.
Readonlynode: ElementProxyThe node to process.
ReadonlyparentRule: ElementFilterRuleA parent mapping to respect (or to ignore, thus override). It is required, so that it is easier to trigger a call to the parent rule. Just add it as empty function, if there is no parent.
the original name to rename
the new name of the attribute
possible alternative original names
Renames the given attribute to the given new name.
aliasesrepresent 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.