signals__ifmissing

This example shows how to use data-signals and data-signals__ifmissing. The first will replace the DOM element with the new signal, while the second will not. Instead, it will merge the new signal with the existing one

name:
jobTitle:
outerScope:

When just using data-signals, the signal is replaced.

name:
jobTitle:
outerScope:

The new signals here do not override the previous. The signals found in the PersonaliaStruct is already added to the dom, so they are ignored.