attributes top-level property
The attributes object allows you to provide a function to decide what to do when an attribute passed to elementOpen or similar functions changes. The following example makes IncrementalDOM always set value as a property.
attributes['value'] = applyProp;
Implementation
final attributes = Attributes._();