Update signal
Using update signal
update signal<!-- remove protection button -->
<button onclick="removeProtection()">Remove Protection</button>
<!-- protection-offer example -->
<script>
function removeProtection() {
window.signalLayer.push({
signal: "update",
element: "xce-protection-offer",
option: "c345196d-a760-4222-87c3-d7f04c2549d3", // this value can vary
});
}
</script>Last updated