When you update a live component from a stream, and in the stream some of the fields or sub-components present in the component are missing, will the fields and subcomponents be left as they are, or will they be overwritten?
Eg say I have a panel with an edit box in it, and I write in a component stream of the panel that has a different colour, but doesn't have the edit box.
Will the edit box stay in place or will it be deleted?
I suspect existing fields are left alone if they are not included in the data being streamed in.
If existing values not present in the stream are not deleted, is that by accident or design, or is it an inherent feature of the streaming process?