UNPKG

@plotinus/matrix-package-observable-coordinator

Version:

Observable coordinator pattern components using IntrospectableBaseCommunicationComponent and proper presentation architecture

33 lines (28 loc) 784 B
/** * Matrix Component Definition (Auto-generated from HTML) * Component: matrix * Generated: 2025-06-20T04:51:30.791Z * * This file was automatically generated from matrix.component.html * DO NOT EDIT MANUALLY - Edit the source HTML file instead */ export const definition = `<matrix-definition id="rootMatrix" emits="SystemCompleted:direct" rootTopic="myTopic/demo" onSystemCompleted="handleMatrixSystemCompleted" > <app id="myAppInstance" emits="SystemCompleted:direct" onSystemCompleted="handleAppSystemCompleted" > </app> </matrix-definition>`; export const metadata = { componentName: 'matrix', definitionType: 'matrix-dsl', generatedAt: '2025-06-20T04:51:30.791Z', sourceFile: 'matrix.component.html' }; export default definition;