Patch Signals
data class PatchSignals(val signals: List<Signal>, val onlyIfMissing: Boolean? = false, val id: SseEventId? = null) : DatastarEvent(source)
The datastar-patch-signals event is used to update the store with new values. The onlyIfMissing line determines whether to update the store with new values only if the key does not exist. The signals lines should be a valid data-store attribute. These will get merged into the store.