Tags: nette/component-model
Tags
Component: attached handles are called top-down (ancestor → descendan… …t) (BC break) Implementation handles tree mutations during listener execution: - Listeners can modify tree (remove self, siblings, parent) - Validity check before processing children - Deduplication prevents calling same listener twice - Reentry guard prevents infinite loops
PreviousNext