set
open suspend override fun set(path: AbsolutePath, value: List<T>, fragment: AbsolutePathFragment, childValue: Any?, eventsBus: SchemaEventsBus)(source)
Sets the child(ren) of value, a value of this schema, identified by fragment with childValue, sending events about all modifications through eventsBus. The provided path represents the path of value within the form manager.
The provided fragment is either a wildcard fragment or a valid fragment according to isValidSetFragment. A recursive wildcard fragment will never be passed to this function by the form manager. If a simple wildcard fragment is passed, then all children should be set to childValue.