Data
sealed class Data
Content copied to clipboard
Represents the actual changes that occurred on the data node children.
Types
TooBig
Link copied to clipboard
Value
Link copied to clipboard
data class Value(added: Map<String, DatasyncValuable?>, changed: Map<String, DatasyncValuable?>, removed: List<String>) : DataEvent.Change.Children.Data
Content copied to clipboard
Inheritors
DataEvent.Change.Children.Data
Link copied to clipboard
DataEvent.Change.Children.Data
Link copied to clipboard