MutableMeta
Mutable variant of Meta TODO documentation
Functions
Get existing node or create a new one
Properties
Inheritors
Extensions
Append the node with a same-name-sibling, automatically generating numerical index
Cast this MutableMeta to ObservableMutableMeta or create an observable wrapper. Only changes made to the result are guaranteed to be observed.
A delegate that uses a Specification to wrap a list of child providers. If children are mutable, the changes in list elements are reflected on them. The list is a snapshot of children state, so change in structure is not reflected on its composition.
A delegate that uses a Specification to wrap a child of this provider
Update existing mutable node with another node. The rules are following:
Update a MutableMeta using given specification
Create a mutable item provider that uses given provider for default values if those are not found in this provider. Changes are propagated only to this provider.