@plotinus/matrix-package-observable-coordinator
Version:
Observable coordinator pattern components using IntrospectableBaseCommunicationComponent and proper presentation architecture
25 lines (21 loc) • 636 B
JavaScript
/**
* Matrix Component Definition (Auto-generated from HTML)
* Component: worker
* Generated: 2025-06-20T04:51:30.817Z
*
* This file was automatically generated from worker.component.html
* DO NOT EDIT MANUALLY - Edit the source HTML file instead
*/
export const definition = `<worker-definition
id="workerDef"
onProcessJob="processJobHandler"
emits="Registered,JobCompleted"
description="Handles background tasks."
/>`;
export const metadata = {
componentName: 'worker',
definitionType: 'matrix-dsl',
generatedAt: '2025-06-20T04:51:30.817Z',
sourceFile: 'worker.component.html'
};
export default definition;