Client-side routing and custom pages
You can add custom page components, register new client-side routes, or replace default view pages:Event bus (events)
The Event Bus enables communication between the application host and active extensions. Use the events property on lynxAPI.
Hookable system events
The host emits events during critical application milestones:Renderer IPC (rendererIpc)
The rendererIpc object provides type-safe IPC wrappers to invoke methods or send events to your main process script.
Example: Invoking custom backend IPC
Read-only modules data
ThemodulesData property grants access to loaded card modules information.