@plotinus/matrix-package-observable-coordinator
Version:
Observable coordinator pattern components using IntrospectableBaseCommunicationComponent and proper presentation architecture
29 lines (25 loc) • 688 B
JavaScript
/**
* Matrix Component Definition (Auto-generated from HTML)
* Component: app
* Generated: 2025-06-20T04:51:30.744Z
*
* This file was automatically generated from app.component.html
* DO NOT EDIT MANUALLY - Edit the source HTML file instead
*/
export const definition = `<app-definition
id="appRoot"
emits="SystemCompleted"
>
<coordinator
id="myCoordinator"
onCoordinatorReady="handleCoordinatorReady"
onCoordinatorDone="handleCoordinatorDone"
/>
</app-definition>`;
export const metadata = {
componentName: 'app',
definitionType: 'matrix-dsl',
generatedAt: '2025-06-20T04:51:30.744Z',
sourceFile: 'app.component.html'
};
export default definition;