We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A global command and event system will allow modules and workers to:
openWindow('Mail')
fit:parsed
fleet:update
token:expired
window.dispatchEvent(new CustomEvent('app:command', { detail: { type: 'window:open', payload: { id: 'Mail', pinned: true } } }));
Event listeners will be namespace-aware and scoped per module.
A shared bus module will:
This enables dynamic communication between otherwise isolated modules.