The Kindergartner allows you to observe the behaviour of all the children in a component.
Parameters:
- Target : Which Component to observe.
Callbacks:
- onCreate( new_ops. all_ops ) : Gets triggered when new operators get created. new_ops/all_ops are a set.
- onDelete( deleted_ops, all_ops ) : Gets triggered when an operator gets deleted. deleted_ops/all_ops are a set.