Page Component
The PageComponent manages the lifecycle of Plateau Studio pages, offering various events to control the page cycle effectively.
In addition to managing page lifecycles, the PageComponent enables the creation of custom events on the page. These events can be invoked from any part of the page, providing flexibility in application logic.
Sub pages cannot directly call these events; for detailed explanations, please refer to the Block Component document.
This component plays a role in managing the interaction between parent and sub pages. For detailed information about this system, please refer to the Block Component document.
PageComponent must be located at the top of page.
Additionally, the PageComponent encompasses several other essential functionalities, including Render Hooks, Triggering Custom Events on PageComponent, Event Triggering with Delay, Returning Values from Custom Methods, and Rendering Blocks and Resuming operations. For detailed explanations and usage guidelines, refer to the Page Lifecycle Management document.