onUnknownChildren

abstract fun onUnknownChildren(widgetTag: WidgetTag, tag: ChildrenTag)

Handle a request to manipulate unknown children tag for the specified widgetTag.

This function will be invoked every time an operation occurs on unknown children. For example, three buttons inside an unknown children container will see this function invoked three times. Use the widgetTag and tag combination to de-duplicate the callbacks if desired.