Provides a default handler for events related to zones. A zone is any kind of
client-side element that can be updated; a zone will normally have a unique id.
Typically, a client-side zone element is rendered by, and corresponds to, a server-side
core/Zone component; however, certain other components (such as core/ProgressiveDisplay) may
also be treated as zones.
Most often, a zone is any element with attribute data-container-type=zone and corresponds
to a core/Zone server-side component.
t5/core/zone/
Provides a default handler for events related to zones. A zone is any kind of client-side element that can be updated; a zone will normally have a unique id. Typically, a client-side zone element is rendered by, and corresponds to, a server-side core/Zone component; however, certain other components (such as core/ProgressiveDisplay) may also be treated as zones.
Most often, a zone is any element with attribute
data-container-type=zoneand corresponds to a core/Zone server-side component.