onUnknownEventNode

abstract fun onUnknownEventNode(id: Id, tag: EventTag)

Handle an event whose node id is unknown.

This function will be invoked every time an event is sent to an unknown widget. For example, clicking three times on a button that has no corresponding instance will see this function invoked three times. Use the id and tag combination to de-duplicate the callbacks if desired.