Add
data class Add<T, TChildren>(val value: T, val addedValue: TChildren, val id: AbsolutePathFragment.Id, val path: AbsolutePath, val schema: CollectionSchema<T, TChildren>) : ValueEvent<T> (source)
Event that indicates the addition of elements of type TChildren to a collection of type T.
Constructors
Link copied to clipboard
constructor(value: T, addedValue: TChildren, id: AbsolutePathFragment.Id, path: AbsolutePath, schema: CollectionSchema<T, TChildren>)
Properties
Link copied to clipboard
Added value.
Link copied to clipboard
Identifier of added value.
Link copied to clipboard
Path associated with the event.
Link copied to clipboard
Schema of the value associated with the event.
Link copied to clipboard
Collection, as found in the form manager, after the addition of the element.