@ankhorage/runtime 2.2.9 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +2 -1
  3. package/dist/RuntimeRenderer.d.ts.map +1 -1
  4. package/dist/RuntimeRenderer.js +21 -2
  5. package/dist/RuntimeRenderer.js.map +1 -1
  6. package/dist/RuntimeRendererConfig.d.ts +3 -0
  7. package/dist/RuntimeRendererConfig.d.ts.map +1 -1
  8. package/dist/RuntimeRendererConfig.js +2 -0
  9. package/dist/RuntimeRendererConfig.js.map +1 -1
  10. package/dist/bindings.d.ts +2 -0
  11. package/dist/bindings.d.ts.map +1 -1
  12. package/dist/bindings.js +1 -0
  13. package/dist/bindings.js.map +1 -1
  14. package/dist/index.d.ts +2 -0
  15. package/dist/index.d.ts.map +1 -1
  16. package/dist/index.js +1 -0
  17. package/dist/index.js.map +1 -1
  18. package/dist/runtimeActionRegistry.d.ts +3 -0
  19. package/dist/runtimeActionRegistry.d.ts.map +1 -1
  20. package/dist/runtimeActionRegistry.js +46 -10
  21. package/dist/runtimeActionRegistry.js.map +1 -1
  22. package/dist/runtimeEventOperationLifecycle.d.ts +44 -0
  23. package/dist/runtimeEventOperationLifecycle.d.ts.map +1 -0
  24. package/dist/runtimeEventOperationLifecycle.js +76 -0
  25. package/dist/runtimeEventOperationLifecycle.js.map +1 -0
  26. package/package.json +3 -2
  27. package/paradox/badges/npm.svg +4 -4
  28. package/paradox/components.md +2 -2
  29. package/paradox/diagrams/architecture-overview.mmd +13 -0
  30. package/paradox/diagrams/export-graph.mmd +28 -0
  31. package/paradox/diagrams/module-relationships.mmd +10 -0
  32. package/paradox/diagrams/sequences/create-runtime-event-operation-binding-context.mmd +5 -0
  33. package/paradox/exports.json +322 -39
  34. package/paradox/exports.md +203 -109
  35. package/paradox/index.html +759 -114
  36. package/paradox/paradox.json +820 -122
@@ -268,7 +268,7 @@
268
268
  <li>
269
269
  <button class="nav-button" type="button" data-target="src/runtimeActionRegistry.ts">
270
270
  src/runtimeActionRegistry.ts
271
- <small>22 functions</small>
271
+ <small>23 functions</small>
272
272
  </button>
273
273
  </li>
274
274
  <li>
@@ -333,6 +333,26 @@
333
333
  <small>1 function</small>
334
334
  </button>
335
335
  </li>
336
+ <li>
337
+ <button
338
+ class="nav-button"
339
+ type="button"
340
+ data-target="src/runtimeEventOperationLifecycle.test.ts"
341
+ >
342
+ src/runtimeEventOperationLifecycle.test.ts
343
+ <small>3 functions</small>
344
+ </button>
345
+ </li>
346
+ <li>
347
+ <button
348
+ class="nav-button"
349
+ type="button"
350
+ data-target="src/runtimeEventOperationLifecycle.ts"
351
+ >
352
+ src/runtimeEventOperationLifecycle.ts
353
+ <small>4 functions</small>
354
+ </button>
355
+ </li>
336
356
  <li>
337
357
  <button class="nav-button" type="button" data-target="src/runtimeManifest.ts">
338
358
  src/runtimeManifest.ts
@@ -507,9 +527,9 @@
507
527
  <section class="panel">
508
528
  <h2>Package overview</h2>
509
529
  <div class="summary">
510
- <div><strong>85</strong><span class="muted">public exports</span></div>
530
+ <div><strong>93</strong><span class="muted">public exports</span></div>
511
531
  <div><strong>5</strong><span class="muted">components</span></div>
512
- <div><strong>52</strong><span class="muted">modules</span></div>
532
+ <div><strong>55</strong><span class="muted">modules</span></div>
513
533
  <div><strong>1</strong><span class="muted">entrypoints</span></div>
514
534
  </div>
515
535
  <h3>Entrypoints</h3>
@@ -534,17 +554,21 @@
534
554
  </article>
535
555
  <article
536
556
  class="item"
537
- data-search="src/bindings.ts createRuntimeApiOperationExecutor createRuntimeBindingOperationKey resolveBindingInputMap resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSync RuntimeApiOperationExecutorOptions RuntimeApiOperationSelection RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult validateRuntimeBindingOperationRef"
557
+ data-search="src/bindings.ts createRuntimeApiOperationExecutor createRuntimeBindingOperationKey createRuntimeEventOperationBindingContext createRuntimeEventOperationLifecycle IDLE_RUNTIME_EVENT_OPERATION_STATE resolveBindingInputMap resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSync resolveRuntimeEventOperationErrorMessage RuntimeApiOperationExecutorOptions RuntimeApiOperationSelection RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult RuntimeEventOperationInvocation RuntimeEventOperationLifecycle RuntimeEventOperationState RuntimeEventOperationStatus validateRuntimeBindingOperationRef"
538
558
  >
539
559
  <h3>src/bindings.ts</h3>
540
560
  <p class="muted">Referenced module</p>
541
561
  <p><strong>Dependencies:</strong> <span class="empty">None</span></p>
542
562
  <p>
543
563
  <strong>Exports:</strong> <code>createRuntimeApiOperationExecutor</code>,
544
- <code>createRuntimeBindingOperationKey</code>, <code>resolveBindingInputMap</code>,
545
- <code>resolveRuntimeBindings</code>, <code>resolveRuntimeBindingsAsync</code>,
546
- <code>resolveRuntimeBindingValue</code>,
564
+ <code>createRuntimeBindingOperationKey</code>,
565
+ <code>createRuntimeEventOperationBindingContext</code>,
566
+ <code>createRuntimeEventOperationLifecycle</code>,
567
+ <code>IDLE_RUNTIME_EVENT_OPERATION_STATE</code>,
568
+ <code>resolveBindingInputMap</code>, <code>resolveRuntimeBindings</code>,
569
+ <code>resolveRuntimeBindingsAsync</code>, <code>resolveRuntimeBindingValue</code>,
547
570
  <code>resolveRuntimeBindingValueSync</code>,
571
+ <code>resolveRuntimeEventOperationErrorMessage</code>,
548
572
  <code>RuntimeApiOperationExecutorOptions</code>,
549
573
  <code>RuntimeApiOperationSelection</code>,
550
574
  <code>RuntimeBindingOperationExecutionArgs</code>,
@@ -556,6 +580,9 @@
556
580
  <code>RuntimeBindingResolutionArgs</code>,
557
581
  <code>RuntimeBindingResolutionContext</code>,
558
582
  <code>RuntimeBindingResolutionResult</code>,
583
+ <code>RuntimeEventOperationInvocation</code>,
584
+ <code>RuntimeEventOperationLifecycle</code>,
585
+ <code>RuntimeEventOperationState</code>, <code>RuntimeEventOperationStatus</code>,
559
586
  <code>validateRuntimeBindingOperationRef</code>
560
587
  </p>
561
588
  </article>
@@ -573,7 +600,7 @@
573
600
  </article>
574
601
  <article
575
602
  class="item"
576
- data-search="src/index.ts ComponentRegistry composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode createComponentEventFromHandlerArgs createComponentRegistry createDbPersistActionHandler createDbPersistAdapterError createPendingRuntimeScreenOperationLoaderState createRuntimeActionRegistry createRuntimeApiOperationExecutor createRuntimeBindingOperationKey createRuntimeMemoryStateAdapter createRuntimeScreenLoaderRequestKey dispatchRuntimeComponentEvent dispatchRuntimeComponentEventWithReporting executeDbPersistAction executeRuntimeScreenOperationLoaders ManifestContext ManifestProvider mergeRuntimeRendererConfig resolveBindingInputMap resolveDbPersistInput resolveRuntimeActionPayload resolveRuntimeActionValue resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSync resolveScreenOperationLoaders RuntimeAction RuntimeActionDescriptor RuntimeActionExecutor RuntimeActionHandler RuntimeActionHandlerArgs RuntimeActionHandlers RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeAdapterDescriptor RuntimeApiOperationExecutorOptions RuntimeApiOperationSelection RuntimeBindingDescriptor RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult RuntimeCapability RuntimeComponentEventDispatchArgs RuntimeDbPersistError RuntimeDbPersistExecutionResult RuntimeDbPersistResult RuntimeDiagnostic RuntimeEventDiagnosticsReporter RuntimeEventPropWrapArgs RuntimeManifest RuntimeManifestConfig RuntimeManifestInput RuntimeMediaAssetResolver RuntimeMediaAssetResolverArgs RuntimeMemoryStateAdapterOptions RuntimeNodePropsResolver RuntimeRenderer RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererProps RuntimeRendererWrapArgs RuntimeResolvedMediaValue RuntimeResolveNodePropsArgs RuntimeScreen RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderState RuntimeScreenProps shouldRenderRuntimeRepeatEmptyState useManifest useManifestContext useOptionalManifestContext useRuntimeRendererConfig useRuntimeScreenOperationLoaders validateRuntimeBindingOperationRef wrapRuntimeEventProps"
603
+ data-search="src/index.ts ComponentRegistry composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode createComponentEventFromHandlerArgs createComponentRegistry createDbPersistActionHandler createDbPersistAdapterError createPendingRuntimeScreenOperationLoaderState createRuntimeActionRegistry createRuntimeApiOperationExecutor createRuntimeBindingOperationKey createRuntimeEventOperationBindingContext createRuntimeEventOperationLifecycle createRuntimeMemoryStateAdapter createRuntimeScreenLoaderRequestKey dispatchRuntimeComponentEvent dispatchRuntimeComponentEventWithReporting executeDbPersistAction executeRuntimeScreenOperationLoaders IDLE_RUNTIME_EVENT_OPERATION_STATE ManifestContext ManifestProvider mergeRuntimeRendererConfig resolveBindingInputMap resolveDbPersistInput resolveRuntimeActionPayload resolveRuntimeActionValue resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSync resolveRuntimeEventOperationErrorMessage resolveScreenOperationLoaders RuntimeAction RuntimeActionDescriptor RuntimeActionExecutor RuntimeActionHandler RuntimeActionHandlerArgs RuntimeActionHandlers RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeAdapterDescriptor RuntimeApiOperationExecutorOptions RuntimeApiOperationSelection RuntimeBindingDescriptor RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult RuntimeCapability RuntimeComponentEventDispatchArgs RuntimeDbPersistError RuntimeDbPersistExecutionResult RuntimeDbPersistResult RuntimeDiagnostic RuntimeEventDiagnosticsReporter RuntimeEventOperationInvocation RuntimeEventOperationLifecycle RuntimeEventOperationState RuntimeEventOperationStatus RuntimeEventPropWrapArgs RuntimeManifest RuntimeManifestConfig RuntimeManifestInput RuntimeMediaAssetResolver RuntimeMediaAssetResolverArgs RuntimeMemoryStateAdapterOptions RuntimeNodePropsResolver RuntimeRenderer RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererProps RuntimeRendererWrapArgs RuntimeResolvedMediaValue RuntimeResolveNodePropsArgs RuntimeScreen RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderState RuntimeScreenProps shouldRenderRuntimeRepeatEmptyState useManifest useManifestContext useOptionalManifestContext useRuntimeRendererConfig useRuntimeScreenOperationLoaders validateRuntimeBindingOperationRef wrapRuntimeEventProps"
577
604
  >
578
605
  <h3>src/index.ts</h3>
579
606
  <p class="muted">Configured entrypoint</p>
@@ -589,18 +616,22 @@
589
616
  <code>createRuntimeActionRegistry</code>,
590
617
  <code>createRuntimeApiOperationExecutor</code>,
591
618
  <code>createRuntimeBindingOperationKey</code>,
619
+ <code>createRuntimeEventOperationBindingContext</code>,
620
+ <code>createRuntimeEventOperationLifecycle</code>,
592
621
  <code>createRuntimeMemoryStateAdapter</code>,
593
622
  <code>createRuntimeScreenLoaderRequestKey</code>,
594
623
  <code>dispatchRuntimeComponentEvent</code>,
595
624
  <code>dispatchRuntimeComponentEventWithReporting</code>,
596
625
  <code>executeDbPersistAction</code>,
597
- <code>executeRuntimeScreenOperationLoaders</code>, <code>ManifestContext</code>,
626
+ <code>executeRuntimeScreenOperationLoaders</code>,
627
+ <code>IDLE_RUNTIME_EVENT_OPERATION_STATE</code>, <code>ManifestContext</code>,
598
628
  <code>ManifestProvider</code>, <code>mergeRuntimeRendererConfig</code>,
599
629
  <code>resolveBindingInputMap</code>, <code>resolveDbPersistInput</code>,
600
630
  <code>resolveRuntimeActionPayload</code>, <code>resolveRuntimeActionValue</code>,
601
631
  <code>resolveRuntimeBindings</code>, <code>resolveRuntimeBindingsAsync</code>,
602
632
  <code>resolveRuntimeBindingValue</code>,
603
633
  <code>resolveRuntimeBindingValueSync</code>,
634
+ <code>resolveRuntimeEventOperationErrorMessage</code>,
604
635
  <code>resolveScreenOperationLoaders</code>, <code>RuntimeAction</code>,
605
636
  <code>RuntimeActionDescriptor</code>, <code>RuntimeActionExecutor</code>,
606
637
  <code>RuntimeActionHandler</code>, <code>RuntimeActionHandlerArgs</code>,
@@ -621,6 +652,9 @@
621
652
  <code>RuntimeComponentEventDispatchArgs</code>, <code>RuntimeDbPersistError</code>,
622
653
  <code>RuntimeDbPersistExecutionResult</code>, <code>RuntimeDbPersistResult</code>,
623
654
  <code>RuntimeDiagnostic</code>, <code>RuntimeEventDiagnosticsReporter</code>,
655
+ <code>RuntimeEventOperationInvocation</code>,
656
+ <code>RuntimeEventOperationLifecycle</code>,
657
+ <code>RuntimeEventOperationState</code>, <code>RuntimeEventOperationStatus</code>,
624
658
  <code>RuntimeEventPropWrapArgs</code>, <code>RuntimeManifest</code>,
625
659
  <code>RuntimeManifestConfig</code>, <code>RuntimeManifestInput</code>,
626
660
  <code>RuntimeMediaAssetResolver</code>, <code>RuntimeMediaAssetResolverArgs</code>,
@@ -738,13 +772,15 @@
738
772
  </article>
739
773
  <article
740
774
  class="item"
741
- data-search="src/runtimeActionRegistry.ts src/runtimeApiSelection.ts src/runtimeBindings.ts src/RuntimeRendererConfig.tsx createComponentEventFromHandlerArgs createRuntimeActionRegistry dispatchRuntimeComponentEvent resolveRuntimeActionPayload resolveRuntimeActionValue RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeComponentEventDispatchArgs RuntimeEventPropWrapArgs wrapRuntimeEventProps"
775
+ data-search="src/runtimeActionRegistry.ts src/runtimeApiSelection.ts src/runtimeBindings.ts src/runtimeEventOperationLifecycle.ts src/RuntimeRendererConfig.tsx createComponentEventFromHandlerArgs createRuntimeActionRegistry dispatchRuntimeComponentEvent resolveRuntimeActionPayload resolveRuntimeActionValue RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeComponentEventDispatchArgs RuntimeEventPropWrapArgs wrapRuntimeEventProps"
742
776
  >
743
777
  <h3>src/runtimeActionRegistry.ts</h3>
744
778
  <p class="muted">Referenced module</p>
745
779
  <p>
746
780
  <strong>Dependencies:</strong> <code>src/runtimeApiSelection.ts</code>,
747
- <code>src/runtimeBindings.ts</code>, <code>src/RuntimeRendererConfig.tsx</code>
781
+ <code>src/runtimeBindings.ts</code>,
782
+ <code>src/runtimeEventOperationLifecycle.ts</code>,
783
+ <code>src/RuntimeRendererConfig.tsx</code>
748
784
  </p>
749
785
  <p>
750
786
  <strong>Exports:</strong> <code>createComponentEventFromHandlerArgs</code>,
@@ -887,6 +923,47 @@
887
923
  <code>RuntimeEventDiagnosticsReporter</code>
888
924
  </p>
889
925
  </article>
926
+ <article
927
+ class="item"
928
+ data-search="src/runtimeEventOperationLifecycle.test.ts src/runtimeActionRegistry.ts src/runtimeEventOperationLifecycle.ts"
929
+ >
930
+ <h3>src/runtimeEventOperationLifecycle.test.ts</h3>
931
+ <p class="muted">Referenced module</p>
932
+ <p>
933
+ <strong>Dependencies:</strong> <code>src/runtimeActionRegistry.ts</code>,
934
+ <code>src/runtimeEventOperationLifecycle.ts</code>
935
+ </p>
936
+ <p><strong>Exports:</strong> <span class="empty">None</span></p>
937
+ </article>
938
+ <article
939
+ class="item"
940
+ data-search="src/runtimeEventOperationLifecycle.ts createRuntimeEventOperationBindingContext createRuntimeEventOperationLifecycle IDLE_RUNTIME_EVENT_OPERATION_STATE resolveRuntimeEventOperationErrorMessage RuntimeEventOperationInvocation RuntimeEventOperationLifecycle RuntimeEventOperationState RuntimeEventOperationStatus"
941
+ >
942
+ <h3>src/runtimeEventOperationLifecycle.ts</h3>
943
+ <p class="muted">Referenced module</p>
944
+ <p><strong>Dependencies:</strong> <span class="empty">None</span></p>
945
+ <p>
946
+ <strong>Exports:</strong> <code>createRuntimeEventOperationBindingContext</code>,
947
+ <code>createRuntimeEventOperationLifecycle</code>,
948
+ <code>IDLE_RUNTIME_EVENT_OPERATION_STATE</code>,
949
+ <code>resolveRuntimeEventOperationErrorMessage</code>,
950
+ <code>RuntimeEventOperationInvocation</code>,
951
+ <code>RuntimeEventOperationLifecycle</code>,
952
+ <code>RuntimeEventOperationState</code>, <code>RuntimeEventOperationStatus</code>
953
+ </p>
954
+ </article>
955
+ <article
956
+ class="item"
957
+ data-search="src/runtimeImageMedia.test.ts src/runtimeMedia.ts src/runtimeNodeProps.ts"
958
+ >
959
+ <h3>src/runtimeImageMedia.test.ts</h3>
960
+ <p class="muted">Referenced module</p>
961
+ <p>
962
+ <strong>Dependencies:</strong> <code>src/runtimeMedia.ts</code>,
963
+ <code>src/runtimeNodeProps.ts</code>
964
+ </p>
965
+ <p><strong>Exports:</strong> <span class="empty">None</span></p>
966
+ </article>
890
967
  <article
891
968
  class="item"
892
969
  data-search="src/runtimeManifest.ts createRuntimeManifest defineRuntimeAction defineRuntimeAdapter defineRuntimeBinding listRuntimeCapabilities RUNTIME_CAPABILITIES RUNTIME_MANIFEST_KIND RuntimeActionDescriptor RuntimeAdapterDescriptor RuntimeBindingDescriptor RuntimeCapability RuntimeDiagnostic RuntimeManifest RuntimeManifestConfig RuntimeManifestInput"
@@ -989,7 +1066,7 @@
989
1066
  </article>
990
1067
  <article
991
1068
  class="item"
992
- data-search="src/RuntimeRenderer.tsx src/registry.tsx src/rendering.ts src/runtimeActionRegistry.ts src/runtimeBindings.ts src/runtimeDbPersist.ts src/runtimeEventExecution.ts src/runtimeMedia.ts src/runtimeMediaCache.tsx src/runtimeNodeProps.ts src/RuntimeRendererConfig.tsx src/runtimeRepeat.ts src/runtimeRepeatDiagnostics.ts src/runtimeRepeatEmptyState.ts src/useRuntimeMediaProps.ts RuntimeRenderer RuntimeRendererProps"
1069
+ data-search="src/RuntimeRenderer.tsx src/registry.tsx src/rendering.ts src/runtimeActionRegistry.ts src/runtimeBindings.ts src/runtimeDbPersist.ts src/runtimeEventExecution.ts src/runtimeEventOperationLifecycle.ts src/runtimeMedia.ts src/runtimeMediaCache.tsx src/runtimeNodeProps.ts src/RuntimeRendererConfig.tsx src/runtimeRepeat.ts src/runtimeRepeatDiagnostics.ts src/runtimeRepeatEmptyState.ts src/useRuntimeMediaProps.ts RuntimeRenderer RuntimeRendererProps"
993
1070
  >
994
1071
  <h3>src/RuntimeRenderer.tsx</h3>
995
1072
  <p class="muted">Referenced module</p>
@@ -997,10 +1074,11 @@
997
1074
  <strong>Dependencies:</strong> <code>src/registry.tsx</code>,
998
1075
  <code>src/rendering.ts</code>, <code>src/runtimeActionRegistry.ts</code>,
999
1076
  <code>src/runtimeBindings.ts</code>, <code>src/runtimeDbPersist.ts</code>,
1000
- <code>src/runtimeEventExecution.ts</code>, <code>src/runtimeMedia.ts</code>,
1001
- <code>src/runtimeMediaCache.tsx</code>, <code>src/runtimeNodeProps.ts</code>,
1002
- <code>src/RuntimeRendererConfig.tsx</code>, <code>src/runtimeRepeat.ts</code>,
1003
- <code>src/runtimeRepeatDiagnostics.ts</code>,
1077
+ <code>src/runtimeEventExecution.ts</code>,
1078
+ <code>src/runtimeEventOperationLifecycle.ts</code>,
1079
+ <code>src/runtimeMedia.ts</code>, <code>src/runtimeMediaCache.tsx</code>,
1080
+ <code>src/runtimeNodeProps.ts</code>, <code>src/RuntimeRendererConfig.tsx</code>,
1081
+ <code>src/runtimeRepeat.ts</code>, <code>src/runtimeRepeatDiagnostics.ts</code>,
1004
1082
  <code>src/runtimeRepeatEmptyState.ts</code>,
1005
1083
  <code>src/useRuntimeMediaProps.ts</code>
1006
1084
  </p>
@@ -1020,13 +1098,14 @@
1020
1098
  </article>
1021
1099
  <article
1022
1100
  class="item"
1023
- data-search="src/RuntimeRendererConfig.tsx src/registry.tsx src/runtimeBindings.ts src/runtimeMedia.ts composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode mergeRuntimeRendererConfig RuntimeAction RuntimeActionExecutor RuntimeActionHandler RuntimeActionHandlerArgs RuntimeActionHandlers RuntimeNodePropsResolver RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererWrapArgs RuntimeResolveNodePropsArgs useRuntimeRendererConfig"
1101
+ data-search="src/RuntimeRendererConfig.tsx src/registry.tsx src/runtimeBindings.ts src/runtimeEventOperationLifecycle.ts src/runtimeMedia.ts composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode mergeRuntimeRendererConfig RuntimeAction RuntimeActionExecutor RuntimeActionHandler RuntimeActionHandlerArgs RuntimeActionHandlers RuntimeNodePropsResolver RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererWrapArgs RuntimeResolveNodePropsArgs useRuntimeRendererConfig"
1024
1102
  >
1025
1103
  <h3>src/RuntimeRendererConfig.tsx</h3>
1026
1104
  <p class="muted">Referenced module</p>
1027
1105
  <p>
1028
1106
  <strong>Dependencies:</strong> <code>src/registry.tsx</code>,
1029
- <code>src/runtimeBindings.ts</code>, <code>src/runtimeMedia.ts</code>
1107
+ <code>src/runtimeBindings.ts</code>,
1108
+ <code>src/runtimeEventOperationLifecycle.ts</code>, <code>src/runtimeMedia.ts</code>
1030
1109
  </p>
1031
1110
  <p>
1032
1111
  <strong>Exports:</strong> <code>composeRuntimeNodePropsResolver</code>,
@@ -1452,7 +1531,7 @@
1452
1531
  data-search="createComponentEventFromHandlerArgs function src/runtimeActionRegistry.ts (args: { readonly node: UiNode; readonly eventName: string; readonly handlerArgs: readonly unknown[]; }) =&gt; ComponentEventDto&lt;string, RuntimeEventPayload&gt;"
1453
1532
  >
1454
1533
  <h4>createComponentEventFromHandlerArgs</h4>
1455
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:216:1</code></p>
1534
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:223:1</code></p>
1456
1535
 
1457
1536
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1458
1537
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -1492,10 +1571,10 @@
1492
1571
  <article
1493
1572
  class="item"
1494
1573
  id="symbol-createruntimeactionregistry"
1495
- data-search="createRuntimeActionRegistry function src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeActionHandlers RuntimeActionRegistry RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter (options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) =&gt; RuntimeActionRegistry"
1574
+ data-search="createRuntimeActionRegistry function src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeActionHandlers RuntimeActionRegistry RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeEventOperationLifecycle (options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; eventOperationLifecycle?: RuntimeEventOperationLifecycle; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) =&gt; RuntimeActionRegistry"
1496
1575
  >
1497
1576
  <h4>createRuntimeActionRegistry</h4>
1498
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:66:1</code></p>
1577
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:71:1</code></p>
1499
1578
 
1500
1579
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1501
1580
  <div>
@@ -1507,12 +1586,13 @@
1507
1586
  <li class="chip">RuntimeBindingOperationExecutor</li>
1508
1587
  <li class="chip">RuntimeBindingOperationResultCache</li>
1509
1588
  <li class="chip">RuntimeBindingOperationResultWriter</li>
1589
+ <li class="chip">RuntimeEventOperationLifecycle</li>
1510
1590
  </ul>
1511
1591
  </div>
1512
1592
  <div>
1513
1593
  <h5>Signature</h5>
1514
1594
  <pre>
1515
- (options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) =&gt; RuntimeActionRegistry</pre>
1595
+ (options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; eventOperationLifecycle?: RuntimeEventOperationLifecycle; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) =&gt; RuntimeActionRegistry</pre>
1516
1596
  <table>
1517
1597
  <thead>
1518
1598
  <tr>
@@ -1530,7 +1610,8 @@
1530
1610
  >{ actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList;
1531
1611
  dataBindings?: ComponentDataBindingRegistry; executeAction?:
1532
1612
  RuntimeActionHandler; executeOperation?:
1533
- RuntimeBindingOperationExecutor; operationResults?:
1613
+ RuntimeBindingOperationExecutor; eventOperationLifecycle?:
1614
+ RuntimeEventOperationLifecycle; operationResults?:
1534
1615
  RuntimeBindingOperationResultCache; writeOperationResult?:
1535
1616
  RuntimeBindingOperationResultWriter; }</code
1536
1617
  >
@@ -1549,7 +1630,7 @@
1549
1630
  data-search="dispatchRuntimeComponentEvent function src/runtimeActionRegistry.ts RuntimeActionHandlers RuntimeComponentEventDispatchArgs (args: RuntimeComponentEventDispatchArgs &amp; { readonly actionHandlers?: RuntimeActionHandlers; }) =&gt; Promise&lt;readonly DataSourceDiagnostic[]&gt;"
1550
1631
  >
1551
1632
  <h4>dispatchRuntimeComponentEvent</h4>
1552
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:102:1</code></p>
1633
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:109:1</code></p>
1553
1634
 
1554
1635
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1555
1636
  <div>
@@ -1598,7 +1679,7 @@
1598
1679
  data-search="resolveRuntimeActionPayload function src/runtimeActionRegistry.ts RuntimeActionResolutionArgs (payload: object | undefined, args: RuntimeActionResolutionArgs) =&gt; object | undefined"
1599
1680
  >
1600
1681
  <h4>resolveRuntimeActionPayload</h4>
1601
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:230:1</code></p>
1682
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:237:1</code></p>
1602
1683
 
1603
1684
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1604
1685
  <div>
@@ -1644,7 +1725,7 @@
1644
1725
  data-search="resolveRuntimeActionValue function src/runtimeActionRegistry.ts RuntimeActionResolutionArgs (value: unknown, args: RuntimeActionResolutionArgs) =&gt; object | undefined"
1645
1726
  >
1646
1727
  <h4>resolveRuntimeActionValue</h4>
1647
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:241:1</code></p>
1728
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:248:1</code></p>
1648
1729
 
1649
1730
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1650
1731
  <div>
@@ -1690,7 +1771,7 @@
1690
1771
  data-search="RuntimeActionRegistry type src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeComponentEventDispatchArgs"
1691
1772
  >
1692
1773
  <h4>RuntimeActionRegistry</h4>
1693
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:30:1</code></p>
1774
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:34:1</code></p>
1694
1775
 
1695
1776
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1696
1777
  <div>
@@ -1743,7 +1824,7 @@
1743
1824
  data-search="RuntimeActionResolutionArgs type src/runtimeActionRegistry.ts "
1744
1825
  >
1745
1826
  <h4>RuntimeActionResolutionArgs</h4>
1746
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:41:1</code></p>
1827
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:45:1</code></p>
1747
1828
 
1748
1829
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1749
1830
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -1801,7 +1882,7 @@
1801
1882
  data-search="RuntimeActionResolutionScope type src/runtimeActionRegistry.ts "
1802
1883
  >
1803
1884
  <h4>RuntimeActionResolutionScope</h4>
1804
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:35:1</code></p>
1885
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:39:1</code></p>
1805
1886
 
1806
1887
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1807
1888
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -1849,10 +1930,10 @@
1849
1930
  <article
1850
1931
  class="item"
1851
1932
  id="symbol-runtimecomponenteventdispatchargs"
1852
- data-search="RuntimeComponentEventDispatchArgs type src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter"
1933
+ data-search="RuntimeComponentEventDispatchArgs type src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter RuntimeEventOperationLifecycle"
1853
1934
  >
1854
1935
  <h4>RuntimeComponentEventDispatchArgs</h4>
1855
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:45:1</code></p>
1936
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:49:1</code></p>
1856
1937
 
1857
1938
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1858
1939
  <div>
@@ -1861,6 +1942,7 @@
1861
1942
  <li class="chip">RuntimeActionHandler</li>
1862
1943
  <li class="chip">RuntimeBindingOperationExecutor</li>
1863
1944
  <li class="chip">RuntimeBindingOperationResultWriter</li>
1945
+ <li class="chip">RuntimeEventOperationLifecycle</li>
1864
1946
  </ul>
1865
1947
  </div>
1866
1948
 
@@ -1895,8 +1977,8 @@
1895
1977
  <td>
1896
1978
  <code
1897
1979
  >Readonly&lt;Record&lt;string,
1898
- import(&quot;@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
1899
- | undefined</code
1980
+ import(&quot;@ankhorage/contracts&quot;).ComponentDataBinding&gt;&gt; |
1981
+ undefined</code
1900
1982
  >
1901
1983
  </td>
1902
1984
  <td>no</td>
@@ -1916,6 +1998,13 @@
1916
1998
  <td>no</td>
1917
1999
  <td></td>
1918
2000
  </tr>
2001
+ <tr>
2002
+ <td><code>eventOperationLifecycle</code></td>
2003
+ <td>property</td>
2004
+ <td><code>RuntimeEventOperationLifecycle | undefined</code></td>
2005
+ <td>no</td>
2006
+ <td></td>
2007
+ </tr>
1919
2008
  <tr>
1920
2009
  <td><code>executeAction</code></td>
1921
2010
  <td>property</td>
@@ -1972,7 +2061,7 @@
1972
2061
  data-search="RuntimeEventPropWrapArgs type src/runtimeActionRegistry.ts RuntimeComponentEventDispatchArgs"
1973
2062
  >
1974
2063
  <h4>RuntimeEventPropWrapArgs</h4>
1975
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:56:1</code></p>
2064
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:61:1</code></p>
1976
2065
 
1977
2066
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1978
2067
  <div>
@@ -2006,8 +2095,8 @@
2006
2095
  <td>
2007
2096
  <code
2008
2097
  >Readonly&lt;Record&lt;string,
2009
- import(&quot;@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
2010
- | undefined</code
2098
+ import(&quot;@ankhorage/contracts&quot;).ComponentDataBinding&gt;&gt; |
2099
+ undefined</code
2011
2100
  >
2012
2101
  </td>
2013
2102
  <td>no</td>
@@ -2074,7 +2163,7 @@
2074
2163
  data-search="wrapRuntimeEventProps function src/runtimeActionRegistry.ts RuntimeEventPropWrapArgs (args: RuntimeEventPropWrapArgs) =&gt; Record&lt;string, unknown&gt;"
2075
2164
  >
2076
2165
  <h4>wrapRuntimeEventProps</h4>
2077
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:179:1</code></p>
2166
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:186:1</code></p>
2078
2167
 
2079
2168
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2080
2169
  <div>
@@ -2720,8 +2809,8 @@
2720
2809
  <td>
2721
2810
  <code
2722
2811
  >Readonly&lt;Record&lt;string,
2723
- import(&quot;@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
2724
- | undefined</code
2812
+ import(&quot;@ankhorage/contracts&quot;).ComponentDataBinding&gt;&gt; |
2813
+ undefined</code
2725
2814
  >
2726
2815
  </td>
2727
2816
  <td>no</td>
@@ -2824,8 +2913,8 @@
2824
2913
  <td>
2825
2914
  <code
2826
2915
  >Readonly&lt;Record&lt;string,
2827
- import(&quot;@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
2828
- | undefined</code
2916
+ import(&quot;@ankhorage/contracts&quot;).ComponentDataBinding&gt;&gt; |
2917
+ undefined</code
2829
2918
  >
2830
2919
  </td>
2831
2920
  <td>no</td>
@@ -3281,6 +3370,321 @@
3281
3370
  </table>
3282
3371
  </article>
3283
3372
  </section>
3373
+ <section>
3374
+ <h3>src/runtimeEventOperationLifecycle.ts</h3>
3375
+ <article
3376
+ class="item"
3377
+ id="symbol-createruntimeeventoperationbindingcontext"
3378
+ data-search="createRuntimeEventOperationBindingContext function src/runtimeEventOperationLifecycle.ts RuntimeEventOperationState (context: Record&lt;string, unknown&gt; | undefined, state: RuntimeEventOperationState) =&gt; Record&lt;string, unknown&gt;"
3379
+ >
3380
+ <h4>createRuntimeEventOperationBindingContext</h4>
3381
+ <p class="muted">
3382
+ function • <code>src/runtimeEventOperationLifecycle.ts:92:1</code>
3383
+ </p>
3384
+
3385
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3386
+ <div>
3387
+ <strong>Related symbols:</strong>
3388
+ <ul class="chips">
3389
+ <li class="chip">RuntimeEventOperationState</li>
3390
+ </ul>
3391
+ </div>
3392
+ <div>
3393
+ <h5>Signature</h5>
3394
+ <pre>
3395
+ (context: Record&lt;string, unknown&gt; | undefined, state: RuntimeEventOperationState) =&gt; Record&lt;string, unknown&gt;</pre>
3396
+ <table>
3397
+ <thead>
3398
+ <tr>
3399
+ <th>Parameter</th>
3400
+ <th>Type</th>
3401
+ <th>Required</th>
3402
+ <th>Description</th>
3403
+ </tr>
3404
+ </thead>
3405
+ <tbody>
3406
+ <tr>
3407
+ <td><code>context</code></td>
3408
+ <td><code>Record&lt;string, unknown&gt; | undefined</code></td>
3409
+ <td>yes</td>
3410
+ <td></td>
3411
+ </tr>
3412
+ <tr>
3413
+ <td><code>state</code></td>
3414
+ <td><code>RuntimeEventOperationState</code></td>
3415
+ <td>yes</td>
3416
+ <td></td>
3417
+ </tr>
3418
+ </tbody>
3419
+ </table>
3420
+ <p><strong>Returns:</strong> <code>Record&lt;string, unknown&gt;</code></p>
3421
+ </div>
3422
+ </article>
3423
+ <article
3424
+ class="item"
3425
+ id="symbol-createruntimeeventoperationlifecycle"
3426
+ data-search="createRuntimeEventOperationLifecycle function src/runtimeEventOperationLifecycle.ts RuntimeEventOperationLifecycle RuntimeEventOperationState (onStateChange: (state: RuntimeEventOperationState) =&gt; void) =&gt; RuntimeEventOperationLifecycle"
3427
+ >
3428
+ <h4>createRuntimeEventOperationLifecycle</h4>
3429
+ <p class="muted">
3430
+ function • <code>src/runtimeEventOperationLifecycle.ts:39:1</code>
3431
+ </p>
3432
+
3433
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3434
+ <div>
3435
+ <strong>Related symbols:</strong>
3436
+ <ul class="chips">
3437
+ <li class="chip">RuntimeEventOperationLifecycle</li>
3438
+ <li class="chip">RuntimeEventOperationState</li>
3439
+ </ul>
3440
+ </div>
3441
+ <div>
3442
+ <h5>Signature</h5>
3443
+ <pre>
3444
+ (onStateChange: (state: RuntimeEventOperationState) =&gt; void) =&gt; RuntimeEventOperationLifecycle</pre>
3445
+ <table>
3446
+ <thead>
3447
+ <tr>
3448
+ <th>Parameter</th>
3449
+ <th>Type</th>
3450
+ <th>Required</th>
3451
+ <th>Description</th>
3452
+ </tr>
3453
+ </thead>
3454
+ <tbody>
3455
+ <tr>
3456
+ <td><code>onStateChange</code></td>
3457
+ <td><code>(state: RuntimeEventOperationState) =&gt; void</code></td>
3458
+ <td>yes</td>
3459
+ <td></td>
3460
+ </tr>
3461
+ </tbody>
3462
+ </table>
3463
+ <p><strong>Returns:</strong> <code>RuntimeEventOperationLifecycle</code></p>
3464
+ </div>
3465
+ </article>
3466
+ <article
3467
+ class="item"
3468
+ id="symbol-idle-runtime-event-operation-state"
3469
+ data-search="IDLE_RUNTIME_EVENT_OPERATION_STATE value src/runtimeEventOperationLifecycle.ts "
3470
+ >
3471
+ <h4>IDLE_RUNTIME_EVENT_OPERATION_STATE</h4>
3472
+ <p class="muted">
3473
+ value • <code>src/runtimeEventOperationLifecycle.ts:27:14</code>
3474
+ </p>
3475
+
3476
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3477
+ <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
3478
+ </article>
3479
+ <article
3480
+ class="item"
3481
+ id="symbol-resolveruntimeeventoperationerrormessage"
3482
+ data-search="resolveRuntimeEventOperationErrorMessage function src/runtimeEventOperationLifecycle.ts (diagnostics: readonly DataSourceDiagnostic[]) =&gt; string"
3483
+ >
3484
+ <h4>resolveRuntimeEventOperationErrorMessage</h4>
3485
+ <p class="muted">
3486
+ function • <code>src/runtimeEventOperationLifecycle.ts:113:1</code>
3487
+ </p>
3488
+
3489
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3490
+ <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
3491
+ <div>
3492
+ <h5>Signature</h5>
3493
+ <pre>(diagnostics: readonly DataSourceDiagnostic[]) =&gt; string</pre>
3494
+ <table>
3495
+ <thead>
3496
+ <tr>
3497
+ <th>Parameter</th>
3498
+ <th>Type</th>
3499
+ <th>Required</th>
3500
+ <th>Description</th>
3501
+ </tr>
3502
+ </thead>
3503
+ <tbody>
3504
+ <tr>
3505
+ <td><code>diagnostics</code></td>
3506
+ <td><code>readonly DataSourceDiagnostic[]</code></td>
3507
+ <td>yes</td>
3508
+ <td></td>
3509
+ </tr>
3510
+ </tbody>
3511
+ </table>
3512
+ <p><strong>Returns:</strong> <code>string</code></p>
3513
+ </div>
3514
+ </article>
3515
+ <article
3516
+ class="item"
3517
+ id="symbol-runtimeeventoperationinvocation"
3518
+ data-search="RuntimeEventOperationInvocation type src/runtimeEventOperationLifecycle.ts "
3519
+ >
3520
+ <h4>RuntimeEventOperationInvocation</h4>
3521
+ <p class="muted">type • <code>src/runtimeEventOperationLifecycle.ts:14:1</code></p>
3522
+
3523
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3524
+ <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
3525
+
3526
+ <table>
3527
+ <thead>
3528
+ <tr>
3529
+ <th>Member</th>
3530
+ <th>Kind</th>
3531
+ <th>Type</th>
3532
+ <th>Required</th>
3533
+ <th>Description</th>
3534
+ </tr>
3535
+ </thead>
3536
+ <tbody>
3537
+ <tr>
3538
+ <td><code>id</code></td>
3539
+ <td>property</td>
3540
+ <td><code>number</code></td>
3541
+ <td>yes</td>
3542
+ <td></td>
3543
+ </tr>
3544
+ </tbody>
3545
+ </table>
3546
+ </article>
3547
+ <article
3548
+ class="item"
3549
+ id="symbol-runtimeeventoperationlifecycle"
3550
+ data-search="RuntimeEventOperationLifecycle type src/runtimeEventOperationLifecycle.ts RuntimeEventOperationInvocation"
3551
+ >
3552
+ <h4>RuntimeEventOperationLifecycle</h4>
3553
+ <p class="muted">type • <code>src/runtimeEventOperationLifecycle.ts:18:1</code></p>
3554
+
3555
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3556
+ <div>
3557
+ <strong>Related symbols:</strong>
3558
+ <ul class="chips">
3559
+ <li class="chip">RuntimeEventOperationInvocation</li>
3560
+ </ul>
3561
+ </div>
3562
+
3563
+ <table>
3564
+ <thead>
3565
+ <tr>
3566
+ <th>Member</th>
3567
+ <th>Kind</th>
3568
+ <th>Type</th>
3569
+ <th>Required</th>
3570
+ <th>Description</th>
3571
+ </tr>
3572
+ </thead>
3573
+ <tbody>
3574
+ <tr>
3575
+ <td><code>fail</code></td>
3576
+ <td>method</td>
3577
+ <td>
3578
+ <code
3579
+ >(invocation: RuntimeEventOperationInvocation, message: string) =&gt;
3580
+ void</code
3581
+ >
3582
+ </td>
3583
+ <td>yes</td>
3584
+ <td></td>
3585
+ </tr>
3586
+ <tr>
3587
+ <td><code>start</code></td>
3588
+ <td>method</td>
3589
+ <td>
3590
+ <code
3591
+ >(args: { readonly nodeId: string; readonly operation:
3592
+ BindingOperationRef; }) =&gt; RuntimeEventOperationInvocation |
3593
+ undefined</code
3594
+ >
3595
+ </td>
3596
+ <td>yes</td>
3597
+ <td></td>
3598
+ </tr>
3599
+ <tr>
3600
+ <td><code>succeed</code></td>
3601
+ <td>method</td>
3602
+ <td><code>(invocation: RuntimeEventOperationInvocation) =&gt; void</code></td>
3603
+ <td>yes</td>
3604
+ <td></td>
3605
+ </tr>
3606
+ </tbody>
3607
+ </table>
3608
+ </article>
3609
+ <article
3610
+ class="item"
3611
+ id="symbol-runtimeeventoperationstate"
3612
+ data-search="RuntimeEventOperationState type src/runtimeEventOperationLifecycle.ts RuntimeEventOperationStatus"
3613
+ >
3614
+ <h4>RuntimeEventOperationState</h4>
3615
+ <p class="muted">type • <code>src/runtimeEventOperationLifecycle.ts:6:1</code></p>
3616
+
3617
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3618
+ <div>
3619
+ <strong>Related symbols:</strong>
3620
+ <ul class="chips">
3621
+ <li class="chip">RuntimeEventOperationStatus</li>
3622
+ </ul>
3623
+ </div>
3624
+
3625
+ <table>
3626
+ <thead>
3627
+ <tr>
3628
+ <th>Member</th>
3629
+ <th>Kind</th>
3630
+ <th>Type</th>
3631
+ <th>Required</th>
3632
+ <th>Description</th>
3633
+ </tr>
3634
+ </thead>
3635
+ <tbody>
3636
+ <tr>
3637
+ <td><code>errorMessage</code></td>
3638
+ <td>property</td>
3639
+ <td><code>string</code></td>
3640
+ <td>yes</td>
3641
+ <td></td>
3642
+ </tr>
3643
+ <tr>
3644
+ <td><code>loading</code></td>
3645
+ <td>property</td>
3646
+ <td><code>boolean</code></td>
3647
+ <td>yes</td>
3648
+ <td></td>
3649
+ </tr>
3650
+ <tr>
3651
+ <td><code>nodeId</code></td>
3652
+ <td>property</td>
3653
+ <td><code>string | undefined</code></td>
3654
+ <td>no</td>
3655
+ <td></td>
3656
+ </tr>
3657
+ <tr>
3658
+ <td><code>operation</code></td>
3659
+ <td>property</td>
3660
+ <td><code>BindingOperationRef | undefined</code></td>
3661
+ <td>no</td>
3662
+ <td></td>
3663
+ </tr>
3664
+ <tr>
3665
+ <td><code>status</code></td>
3666
+ <td>property</td>
3667
+ <td><code>RuntimeEventOperationStatus</code></td>
3668
+ <td>yes</td>
3669
+ <td></td>
3670
+ </tr>
3671
+ </tbody>
3672
+ </table>
3673
+ </article>
3674
+ <article
3675
+ class="item"
3676
+ id="symbol-runtimeeventoperationstatus"
3677
+ data-search="RuntimeEventOperationStatus unknown src/runtimeEventOperationLifecycle.ts "
3678
+ >
3679
+ <h4>RuntimeEventOperationStatus</h4>
3680
+ <p class="muted">
3681
+ unknown • <code>src/runtimeEventOperationLifecycle.ts:4:1</code>
3682
+ </p>
3683
+
3684
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3685
+ <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
3686
+ </article>
3687
+ </section>
3284
3688
  <section>
3285
3689
  <h3>src/runtimeManifest.ts</h3>
3286
3690
  <article
@@ -3779,7 +4183,7 @@
3779
4183
  data-search="RuntimeRenderer function src/RuntimeRenderer.tsx RuntimeRendererProps (props: RuntimeRendererProps) =&gt; React.JSX.Element"
3780
4184
  >
3781
4185
  <h4>RuntimeRenderer</h4>
3782
- <p class="muted">function • <code>src/RuntimeRenderer.tsx:76:1</code></p>
4186
+ <p class="muted">function • <code>src/RuntimeRenderer.tsx:81:1</code></p>
3783
4187
 
3784
4188
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3785
4189
  <div>
@@ -3818,7 +4222,7 @@
3818
4222
  data-search="RuntimeRendererProps type src/RuntimeRenderer.tsx RuntimeActionHandler RuntimeBindingOperationExecutor RuntimeMediaAssetResolver RuntimeRendererConfig RuntimeRendererWrapArgs"
3819
4223
  >
3820
4224
  <h4>RuntimeRendererProps</h4>
3821
- <p class="muted">type • <code>src/RuntimeRenderer.tsx:56:1</code></p>
4225
+ <p class="muted">type • <code>src/RuntimeRenderer.tsx:61:1</code></p>
3822
4226
 
3823
4227
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3824
4228
  <div>
@@ -3863,8 +4267,8 @@
3863
4267
  <td>
3864
4268
  <code
3865
4269
  >Readonly&lt;Record&lt;string,
3866
- import(&quot;@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
3867
- | undefined</code
4270
+ import(&quot;@ankhorage/contracts&quot;).ComponentDataBinding&gt;&gt; |
4271
+ undefined</code
3868
4272
  >
3869
4273
  </td>
3870
4274
  <td>no</td>
@@ -3896,7 +4300,7 @@
3896
4300
  <td>property</td>
3897
4301
  <td>
3898
4302
  <code
3899
- >import(&quot;./src/RuntimeRendererConfig&quot;).RuntimeActionHandler |
4303
+ >import(&quot;./RuntimeRendererConfig&quot;).RuntimeActionHandler |
3900
4304
  undefined</code
3901
4305
  >
3902
4306
  </td>
@@ -3923,7 +4327,7 @@
3923
4327
  <td>
3924
4328
  <code
3925
4329
  >Readonly&lt;Record&lt;string,
3926
- import(&quot;@ankhorage/contracts/dist/media&quot;).MediaAsset&gt;&gt; |
4330
+ import(&quot;@ankhorage/contracts&quot;).MediaAsset&gt;&gt; |
3927
4331
  undefined</code
3928
4332
  >
3929
4333
  </td>
@@ -4010,7 +4414,7 @@
4010
4414
  data-search="composeRuntimeNodePropsResolver function src/RuntimeRendererConfig.tsx RuntimeNodePropsResolver (localResolver?: RuntimeNodePropsResolver | undefined, inheritedResolver?: RuntimeNodePropsResolver | undefined) =&gt; RuntimeNodePropsResolver | undefined"
4011
4415
  >
4012
4416
  <h4>composeRuntimeNodePropsResolver</h4>
4013
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:89:1</code></p>
4417
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:95:1</code></p>
4014
4418
 
4015
4419
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4016
4420
  <div>
@@ -4056,7 +4460,7 @@
4056
4460
  data-search="composeRuntimeRendererWrapNode function src/RuntimeRendererConfig.tsx RuntimeRendererWrapArgs (innerWrapNode?: ((args: RuntimeRendererWrapArgs) =&gt; React.ReactNode) | undefined, outerWrapNode?: ((args: RuntimeRendererWrapArgs) =&gt; React.ReactNode) | undefined) =&gt; ((args: RuntimeRendererWrapArgs) =&gt; React.ReactNode) | undefined"
4057
4461
  >
4058
4462
  <h4>composeRuntimeRendererWrapNode</h4>
4059
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:74:1</code></p>
4463
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:80:1</code></p>
4060
4464
 
4061
4465
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4062
4466
  <div>
@@ -4115,7 +4519,7 @@
4115
4519
  data-search="mergeRuntimeRendererConfig function src/RuntimeRendererConfig.tsx RuntimeRendererConfig (localConfig: RuntimeRendererConfig | undefined, inheritedConfig: RuntimeRendererConfig | undefined) =&gt; RuntimeRendererConfig"
4116
4520
  >
4117
4521
  <h4>mergeRuntimeRendererConfig</h4>
4118
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:107:1</code></p>
4522
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:113:1</code></p>
4119
4523
 
4120
4524
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4121
4525
  <div>
@@ -4161,7 +4565,7 @@
4161
4565
  data-search="RuntimeAction unknown src/RuntimeRendererConfig.tsx "
4162
4566
  >
4163
4567
  <h4>RuntimeAction</h4>
4164
- <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:42:1</code></p>
4568
+ <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:46:1</code></p>
4165
4569
 
4166
4570
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4167
4571
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4172,7 +4576,7 @@
4172
4576
  data-search="RuntimeActionExecutor unknown src/RuntimeRendererConfig.tsx "
4173
4577
  >
4174
4578
  <h4>RuntimeActionExecutor</h4>
4175
- <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:45:1</code></p>
4579
+ <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:49:1</code></p>
4176
4580
 
4177
4581
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4178
4582
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4183,7 +4587,7 @@
4183
4587
  data-search="RuntimeActionHandler unknown src/RuntimeRendererConfig.tsx "
4184
4588
  >
4185
4589
  <h4>RuntimeActionHandler</h4>
4186
- <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:43:1</code></p>
4590
+ <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:47:1</code></p>
4187
4591
 
4188
4592
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4189
4593
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4194,7 +4598,7 @@
4194
4598
  data-search="RuntimeActionHandlerArgs type src/RuntimeRendererConfig.tsx RuntimeAction"
4195
4599
  >
4196
4600
  <h4>RuntimeActionHandlerArgs</h4>
4197
- <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:35:1</code></p>
4601
+ <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:39:1</code></p>
4198
4602
 
4199
4603
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4200
4604
  <div>
@@ -4252,7 +4656,7 @@
4252
4656
  data-search="RuntimeActionHandlers unknown src/RuntimeRendererConfig.tsx "
4253
4657
  >
4254
4658
  <h4>RuntimeActionHandlers</h4>
4255
- <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:44:1</code></p>
4659
+ <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:48:1</code></p>
4256
4660
 
4257
4661
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4258
4662
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4260,10 +4664,10 @@
4260
4664
  <article
4261
4665
  class="item"
4262
4666
  id="symbol-runtimerendererconfig"
4263
- data-search="RuntimeRendererConfig type src/RuntimeRendererConfig.tsx RuntimeActionHandler RuntimeActionHandlers RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter RuntimeMediaAssetResolver RuntimeNodePropsResolver RuntimeRendererWrapArgs"
4667
+ data-search="RuntimeRendererConfig type src/RuntimeRendererConfig.tsx RuntimeActionHandler RuntimeActionHandlers RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter RuntimeEventOperationLifecycle RuntimeEventOperationState RuntimeMediaAssetResolver RuntimeNodePropsResolver RuntimeRendererWrapArgs"
4264
4668
  >
4265
4669
  <h4>RuntimeRendererConfig</h4>
4266
- <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:47:1</code></p>
4670
+ <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:51:1</code></p>
4267
4671
 
4268
4672
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4269
4673
  <div>
@@ -4273,6 +4677,8 @@
4273
4677
  <li class="chip">RuntimeActionHandlers</li>
4274
4678
  <li class="chip">RuntimeBindingOperationExecutor</li>
4275
4679
  <li class="chip">RuntimeBindingOperationResultWriter</li>
4680
+ <li class="chip">RuntimeEventOperationLifecycle</li>
4681
+ <li class="chip">RuntimeEventOperationState</li>
4276
4682
  <li class="chip">RuntimeMediaAssetResolver</li>
4277
4683
  <li class="chip">RuntimeNodePropsResolver</li>
4278
4684
  <li class="chip">RuntimeRendererWrapArgs</li>
@@ -4317,8 +4723,8 @@
4317
4723
  <td>
4318
4724
  <code
4319
4725
  >Readonly&lt;Record&lt;string,
4320
- import(&quot;@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
4321
- | undefined</code
4726
+ import(&quot;@ankhorage/contracts&quot;).ComponentDataBinding&gt;&gt; |
4727
+ undefined</code
4322
4728
  >
4323
4729
  </td>
4324
4730
  <td>no</td>
@@ -4345,6 +4751,20 @@
4345
4751
  <td>no</td>
4346
4752
  <td></td>
4347
4753
  </tr>
4754
+ <tr>
4755
+ <td><code>eventOperationLifecycle</code></td>
4756
+ <td>property</td>
4757
+ <td><code>RuntimeEventOperationLifecycle | undefined</code></td>
4758
+ <td>no</td>
4759
+ <td></td>
4760
+ </tr>
4761
+ <tr>
4762
+ <td><code>eventOperationState</code></td>
4763
+ <td>property</td>
4764
+ <td><code>RuntimeEventOperationState | undefined</code></td>
4765
+ <td>no</td>
4766
+ <td></td>
4767
+ </tr>
4348
4768
  <tr>
4349
4769
  <td><code>executeAction</code></td>
4350
4770
  <td>property</td>
@@ -4365,7 +4785,7 @@
4365
4785
  <td>
4366
4786
  <code
4367
4787
  >Readonly&lt;Record&lt;string,
4368
- import(&quot;@ankhorage/contracts/dist/media&quot;).MediaAsset&gt;&gt; |
4788
+ import(&quot;@ankhorage/contracts&quot;).MediaAsset&gt;&gt; |
4369
4789
  undefined</code
4370
4790
  >
4371
4791
  </td>
@@ -4390,8 +4810,8 @@
4390
4810
  <td>
4391
4811
  <code
4392
4812
  >Readonly&lt;Record&lt;string,
4393
- import(&quot;@ankhorage/contracts/dist/bindings&quot;).BindingValue |
4394
- undefined&gt;&gt; | undefined</code
4813
+ import(&quot;@ankhorage/contracts&quot;).BindingValue | undefined&gt;&gt;
4814
+ | undefined</code
4395
4815
  >
4396
4816
  </td>
4397
4817
  <td>no</td>
@@ -4457,7 +4877,7 @@
4457
4877
  data-search="RuntimeRendererConfigProvider function src/RuntimeRendererConfig.tsx RuntimeRendererConfig (props: { value: RuntimeRendererConfig; children: React.ReactNode; }) =&gt; React.JSX.Element"
4458
4878
  >
4459
4879
  <h4>RuntimeRendererConfigProvider</h4>
4460
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:155:1</code></p>
4880
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:164:1</code></p>
4461
4881
 
4462
4882
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4463
4883
  <div>
@@ -4499,7 +4919,7 @@
4499
4919
  data-search="RuntimeRendererWrapArgs type src/RuntimeRendererConfig.tsx "
4500
4920
  >
4501
4921
  <h4>RuntimeRendererWrapArgs</h4>
4502
- <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:29:1</code></p>
4922
+ <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:33:1</code></p>
4503
4923
 
4504
4924
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4505
4925
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4545,7 +4965,7 @@
4545
4965
  data-search="useRuntimeRendererConfig function src/RuntimeRendererConfig.tsx RuntimeRendererConfig () =&gt; RuntimeRendererConfig"
4546
4966
  >
4547
4967
  <h4>useRuntimeRendererConfig</h4>
4548
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:168:1</code></p>
4968
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:177:1</code></p>
4549
4969
 
4550
4970
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4551
4971
  <div>
@@ -5214,7 +5634,7 @@
5214
5634
  data-search="RuntimeRenderer src/RuntimeRenderer.tsx apis ApiDefinitionList | undefined bindingContext Record&lt;string, unknown&gt; | undefined dataBindings ComponentDataBindingRegistry | undefined dbAdapter DbAdapter | undefined dbRealtimeAdapter DbRealtimeAdapter | undefined disableActions boolean | undefined executeAction RuntimeActionExecutor | undefined executeOperation RuntimeBindingOperationExecutor | undefined isRoot boolean | undefined mediaAssets MediaAssetRegistry | undefined node UiNode onDiagnostics (diagnostics: readonly DataSourceDiagnostic[]) =&gt; void | undefined operationResults RuntimeBindingOperationResultCache | undefined registry ComponentRegistry | undefined resolveMediaAsset RuntimeMediaAssetResolver | undefined stateAdapter StateAdapter | undefined wrapNode (args: RuntimeRendererWrapArgs) =&gt; React.ReactNode | undefined"
5215
5635
  >
5216
5636
  <h3>RuntimeRenderer</h3>
5217
- <p class="muted"><code>src/RuntimeRenderer.tsx:76:1</code></p>
5637
+ <p class="muted"><code>src/RuntimeRenderer.tsx:81:1</code></p>
5218
5638
 
5219
5639
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
5220
5640
  <table>
@@ -5344,7 +5764,7 @@
5344
5764
  data-search="RuntimeRendererConfigProvider src/RuntimeRendererConfig.tsx children React.ReactNode | undefined value RuntimeRendererConfig"
5345
5765
  >
5346
5766
  <h3>RuntimeRendererConfigProvider</h3>
5347
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:155:1</code></p>
5767
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:164:1</code></p>
5348
5768
 
5349
5769
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
5350
5770
  <table>
@@ -5477,7 +5897,9 @@
5477
5897
  package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_ts
5478
5898
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeApiSelection_ts
5479
5899
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeBindings_ts
5480
- module_src_runtimeActionRegistry_ts --&gt; module_src_RuntimeRendererConfig_tsx
5900
+ module_src_runtimeActionRegistry_ts --&gt;
5901
+ module_src_runtimeEventOperationLifecycle_ts module_src_runtimeActionRegistry_ts
5902
+ --&gt; module_src_RuntimeRendererConfig_tsx
5481
5903
  module_src_runtimeApiOperations_test_ts[&quot;src/runtimeApiOperations.test.ts&quot;]
5482
5904
  package__ankhorage_runtime -.-&gt; module_src_runtimeApiOperations_test_ts
5483
5905
  module_src_runtimeApiOperations_test_ts --&gt; module_src_runtimeApiOperations_ts
@@ -5511,6 +5933,18 @@
5511
5933
  package__ankhorage_runtime -.-&gt; module_src_runtimeEventExecution_ts
5512
5934
  module_src_runtimeEventExecution_ts --&gt; module_src_runtimeActionRegistry_ts
5513
5935
  module_src_runtimeEventExecution_ts --&gt; module_src_RuntimeRendererConfig_tsx
5936
+ module_src_runtimeEventOperationLifecycle_test_ts[&quot;src/runtimeEventOperationLifecycle.test.ts&quot;]
5937
+ package__ankhorage_runtime -.-&gt; module_src_runtimeEventOperationLifecycle_test_ts
5938
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt;
5939
+ module_src_runtimeActionRegistry_ts
5940
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt;
5941
+ module_src_runtimeEventOperationLifecycle_ts
5942
+ module_src_runtimeEventOperationLifecycle_ts[&quot;src/runtimeEventOperationLifecycle.ts&quot;]
5943
+ package__ankhorage_runtime -.-&gt; module_src_runtimeEventOperationLifecycle_ts
5944
+ module_src_runtimeImageMedia_test_ts[&quot;src/runtimeImageMedia.test.ts&quot;]
5945
+ package__ankhorage_runtime -.-&gt; module_src_runtimeImageMedia_test_ts
5946
+ module_src_runtimeImageMedia_test_ts --&gt; module_src_runtimeMedia_ts
5947
+ module_src_runtimeImageMedia_test_ts --&gt; module_src_runtimeNodeProps_ts
5514
5948
  module_src_runtimeManifest_ts[&quot;src/runtimeManifest.ts&quot;]
5515
5949
  package__ankhorage_runtime -.-&gt; module_src_runtimeManifest_ts
5516
5950
  module_src_runtimeMedia_test_ts[&quot;src/runtimeMedia.test.ts&quot;]
@@ -5544,6 +5978,7 @@
5544
5978
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeBindings_ts
5545
5979
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeDbPersist_ts
5546
5980
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeEventExecution_ts
5981
+ module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeEventOperationLifecycle_ts
5547
5982
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeMedia_ts
5548
5983
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeMediaCache_tsx
5549
5984
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeNodeProps_ts
@@ -5560,7 +5995,9 @@
5560
5995
  package__ankhorage_runtime -.-&gt; module_src_RuntimeRendererConfig_tsx
5561
5996
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_registry_tsx
5562
5997
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeBindings_ts
5563
- module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeMedia_ts
5998
+ module_src_RuntimeRendererConfig_tsx --&gt;
5999
+ module_src_runtimeEventOperationLifecycle_ts module_src_RuntimeRendererConfig_tsx
6000
+ --&gt; module_src_runtimeMedia_ts
5564
6001
  module_src_runtimeRepeat_test_ts[&quot;src/runtimeRepeat.test.ts&quot;]
5565
6002
  package__ankhorage_runtime -.-&gt; module_src_runtimeRepeat_test_ts
5566
6003
  module_src_runtimeRepeat_test_ts --&gt; module_src_runtimeActionRegistry_ts
@@ -5671,6 +6108,7 @@ graph TD
5671
6108
  package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_ts
5672
6109
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeApiSelection_ts
5673
6110
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeBindings_ts
6111
+ module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeEventOperationLifecycle_ts
5674
6112
  module_src_runtimeActionRegistry_ts --&gt; module_src_RuntimeRendererConfig_tsx
5675
6113
  module_src_runtimeApiOperations_test_ts[&quot;src/runtimeApiOperations.test.ts&quot;]
5676
6114
  package__ankhorage_runtime -.-&gt; module_src_runtimeApiOperations_test_ts
@@ -5705,6 +6143,16 @@ graph TD
5705
6143
  package__ankhorage_runtime -.-&gt; module_src_runtimeEventExecution_ts
5706
6144
  module_src_runtimeEventExecution_ts --&gt; module_src_runtimeActionRegistry_ts
5707
6145
  module_src_runtimeEventExecution_ts --&gt; module_src_RuntimeRendererConfig_tsx
6146
+ module_src_runtimeEventOperationLifecycle_test_ts[&quot;src/runtimeEventOperationLifecycle.test.ts&quot;]
6147
+ package__ankhorage_runtime -.-&gt; module_src_runtimeEventOperationLifecycle_test_ts
6148
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt; module_src_runtimeActionRegistry_ts
6149
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt; module_src_runtimeEventOperationLifecycle_ts
6150
+ module_src_runtimeEventOperationLifecycle_ts[&quot;src/runtimeEventOperationLifecycle.ts&quot;]
6151
+ package__ankhorage_runtime -.-&gt; module_src_runtimeEventOperationLifecycle_ts
6152
+ module_src_runtimeImageMedia_test_ts[&quot;src/runtimeImageMedia.test.ts&quot;]
6153
+ package__ankhorage_runtime -.-&gt; module_src_runtimeImageMedia_test_ts
6154
+ module_src_runtimeImageMedia_test_ts --&gt; module_src_runtimeMedia_ts
6155
+ module_src_runtimeImageMedia_test_ts --&gt; module_src_runtimeNodeProps_ts
5708
6156
  module_src_runtimeManifest_ts[&quot;src/runtimeManifest.ts&quot;]
5709
6157
  package__ankhorage_runtime -.-&gt; module_src_runtimeManifest_ts
5710
6158
  module_src_runtimeMedia_test_ts[&quot;src/runtimeMedia.test.ts&quot;]
@@ -5738,6 +6186,7 @@ graph TD
5738
6186
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeBindings_ts
5739
6187
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeDbPersist_ts
5740
6188
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeEventExecution_ts
6189
+ module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeEventOperationLifecycle_ts
5741
6190
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeMedia_ts
5742
6191
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeMediaCache_tsx
5743
6192
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeNodeProps_ts
@@ -5753,6 +6202,7 @@ graph TD
5753
6202
  package__ankhorage_runtime -.-&gt; module_src_RuntimeRendererConfig_tsx
5754
6203
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_registry_tsx
5755
6204
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeBindings_ts
6205
+ module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeEventOperationLifecycle_ts
5756
6206
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeMedia_ts
5757
6207
  module_src_runtimeRepeat_test_ts[&quot;src/runtimeRepeat.test.ts&quot;]
5758
6208
  package__ankhorage_runtime -.-&gt; module_src_runtimeRepeat_test_ts
@@ -5843,6 +6293,9 @@ graph TD
5843
6293
  module_src_runtimeDbPersist_ts[&quot;src/runtimeDbPersist.ts&quot;]
5844
6294
  module_src_runtimeEventExecution_test_ts[&quot;src/runtimeEventExecution.test.ts&quot;]
5845
6295
  module_src_runtimeEventExecution_ts[&quot;src/runtimeEventExecution.ts&quot;]
6296
+ module_src_runtimeEventOperationLifecycle_test_ts[&quot;src/runtimeEventOperationLifecycle.test.ts&quot;]
6297
+ module_src_runtimeEventOperationLifecycle_ts[&quot;src/runtimeEventOperationLifecycle.ts&quot;]
6298
+ module_src_runtimeImageMedia_test_ts[&quot;src/runtimeImageMedia.test.ts&quot;]
5846
6299
  module_src_runtimeManifest_ts[&quot;src/runtimeManifest.ts&quot;]
5847
6300
  module_src_runtimeMedia_test_ts[&quot;src/runtimeMedia.test.ts&quot;]
5848
6301
  module_src_runtimeMedia_ts[&quot;src/runtimeMedia.ts&quot;]
@@ -5886,8 +6339,9 @@ graph TD
5886
6339
  module_src_runtimeBindings_ts module_src_runtimeActionRegistry_ts --&gt;
5887
6340
  module_src_runtimeApiSelection_ts module_src_runtimeActionRegistry_ts --&gt;
5888
6341
  module_src_runtimeBindings_ts module_src_runtimeActionRegistry_ts --&gt;
5889
- module_src_RuntimeRendererConfig_tsx module_src_runtimeApiOperations_test_ts --&gt;
5890
- module_src_runtimeApiOperations_ts module_src_runtimeApiOperations_ts --&gt;
6342
+ module_src_runtimeEventOperationLifecycle_ts module_src_runtimeActionRegistry_ts
6343
+ --&gt; module_src_RuntimeRendererConfig_tsx module_src_runtimeApiOperations_test_ts
6344
+ --&gt; module_src_runtimeApiOperations_ts module_src_runtimeApiOperations_ts --&gt;
5891
6345
  module_src_runtimeBindings_ts module_src_runtimeApiSelection_test_ts --&gt;
5892
6346
  module_src_runtimeApiSelection_ts module_src_runtimeBindings_test_ts --&gt;
5893
6347
  module_src_runtimeApiSelection_ts module_src_runtimeBindings_test_ts --&gt;
@@ -5899,7 +6353,13 @@ graph TD
5899
6353
  module_src_RuntimeRendererConfig_tsx module_src_runtimeEventExecution_test_ts --&gt;
5900
6354
  module_src_runtimeEventExecution_ts module_src_runtimeEventExecution_ts --&gt;
5901
6355
  module_src_runtimeActionRegistry_ts module_src_runtimeEventExecution_ts --&gt;
5902
- module_src_RuntimeRendererConfig_tsx module_src_runtimeMedia_test_ts --&gt;
6356
+ module_src_RuntimeRendererConfig_tsx
6357
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt;
6358
+ module_src_runtimeActionRegistry_ts
6359
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt;
6360
+ module_src_runtimeEventOperationLifecycle_ts module_src_runtimeImageMedia_test_ts
6361
+ --&gt; module_src_runtimeMedia_ts module_src_runtimeImageMedia_test_ts --&gt;
6362
+ module_src_runtimeNodeProps_ts module_src_runtimeMedia_test_ts --&gt;
5903
6363
  module_src_runtimeMedia_ts module_src_runtimeMediaCache_tsx --&gt;
5904
6364
  module_src_runtimeMedia_ts module_src_runtimeMediaConfig_test_ts --&gt;
5905
6365
  module_src_RuntimeRendererConfig_tsx module_src_runtimeNodeProps_test_ts --&gt;
@@ -5913,6 +6373,7 @@ graph TD
5913
6373
  module_src_runtimeBindings_ts module_src_RuntimeRenderer_tsx --&gt;
5914
6374
  module_src_runtimeDbPersist_ts module_src_RuntimeRenderer_tsx --&gt;
5915
6375
  module_src_runtimeEventExecution_ts module_src_RuntimeRenderer_tsx --&gt;
6376
+ module_src_runtimeEventOperationLifecycle_ts module_src_RuntimeRenderer_tsx --&gt;
5916
6377
  module_src_runtimeMedia_ts module_src_RuntimeRenderer_tsx --&gt;
5917
6378
  module_src_runtimeMediaCache_tsx module_src_RuntimeRenderer_tsx --&gt;
5918
6379
  module_src_runtimeNodeProps_ts module_src_RuntimeRenderer_tsx --&gt;
@@ -5924,7 +6385,8 @@ graph TD
5924
6385
  module_src_RuntimeRendererConfig_tsx module_src_RuntimeRendererConfig_tsx --&gt;
5925
6386
  module_src_registry_tsx module_src_RuntimeRendererConfig_tsx --&gt;
5926
6387
  module_src_runtimeBindings_ts module_src_RuntimeRendererConfig_tsx --&gt;
5927
- module_src_runtimeMedia_ts module_src_runtimeRepeat_test_ts --&gt;
6388
+ module_src_runtimeEventOperationLifecycle_ts module_src_RuntimeRendererConfig_tsx
6389
+ --&gt; module_src_runtimeMedia_ts module_src_runtimeRepeat_test_ts --&gt;
5928
6390
  module_src_runtimeActionRegistry_ts module_src_runtimeRepeat_test_ts --&gt;
5929
6391
  module_src_runtimeBindings_ts module_src_runtimeRepeat_test_ts --&gt;
5930
6392
  module_src_runtimeRepeat_ts module_src_runtimeRepeat_ts --&gt;
@@ -5982,6 +6444,9 @@ graph LR
5982
6444
  module_src_runtimeDbPersist_ts[&quot;src/runtimeDbPersist.ts&quot;]
5983
6445
  module_src_runtimeEventExecution_test_ts[&quot;src/runtimeEventExecution.test.ts&quot;]
5984
6446
  module_src_runtimeEventExecution_ts[&quot;src/runtimeEventExecution.ts&quot;]
6447
+ module_src_runtimeEventOperationLifecycle_test_ts[&quot;src/runtimeEventOperationLifecycle.test.ts&quot;]
6448
+ module_src_runtimeEventOperationLifecycle_ts[&quot;src/runtimeEventOperationLifecycle.ts&quot;]
6449
+ module_src_runtimeImageMedia_test_ts[&quot;src/runtimeImageMedia.test.ts&quot;]
5985
6450
  module_src_runtimeManifest_ts[&quot;src/runtimeManifest.ts&quot;]
5986
6451
  module_src_runtimeMedia_test_ts[&quot;src/runtimeMedia.test.ts&quot;]
5987
6452
  module_src_runtimeMedia_ts[&quot;src/runtimeMedia.ts&quot;]
@@ -6022,6 +6487,7 @@ graph LR
6022
6487
  module_src_runtimeActionRegistry_operations_test_ts --&gt; module_src_runtimeBindings_ts
6023
6488
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeApiSelection_ts
6024
6489
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeBindings_ts
6490
+ module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeEventOperationLifecycle_ts
6025
6491
  module_src_runtimeActionRegistry_ts --&gt; module_src_RuntimeRendererConfig_tsx
6026
6492
  module_src_runtimeApiOperations_test_ts --&gt; module_src_runtimeApiOperations_ts
6027
6493
  module_src_runtimeApiOperations_ts --&gt; module_src_runtimeBindings_ts
@@ -6036,6 +6502,10 @@ graph LR
6036
6502
  module_src_runtimeEventExecution_test_ts --&gt; module_src_runtimeEventExecution_ts
6037
6503
  module_src_runtimeEventExecution_ts --&gt; module_src_runtimeActionRegistry_ts
6038
6504
  module_src_runtimeEventExecution_ts --&gt; module_src_RuntimeRendererConfig_tsx
6505
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt; module_src_runtimeActionRegistry_ts
6506
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt; module_src_runtimeEventOperationLifecycle_ts
6507
+ module_src_runtimeImageMedia_test_ts --&gt; module_src_runtimeMedia_ts
6508
+ module_src_runtimeImageMedia_test_ts --&gt; module_src_runtimeNodeProps_ts
6039
6509
  module_src_runtimeMedia_test_ts --&gt; module_src_runtimeMedia_ts
6040
6510
  module_src_runtimeMediaCache_tsx --&gt; module_src_runtimeMedia_ts
6041
6511
  module_src_runtimeMediaConfig_test_ts --&gt; module_src_RuntimeRendererConfig_tsx
@@ -6049,6 +6519,7 @@ graph LR
6049
6519
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeBindings_ts
6050
6520
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeDbPersist_ts
6051
6521
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeEventExecution_ts
6522
+ module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeEventOperationLifecycle_ts
6052
6523
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeMedia_ts
6053
6524
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeMediaCache_tsx
6054
6525
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeNodeProps_ts
@@ -6060,6 +6531,7 @@ graph LR
6060
6531
  module_src_RuntimeRendererConfig_test_tsx --&gt; module_src_RuntimeRendererConfig_tsx
6061
6532
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_registry_tsx
6062
6533
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeBindings_ts
6534
+ module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeEventOperationLifecycle_ts
6063
6535
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeMedia_ts
6064
6536
  module_src_runtimeRepeat_test_ts --&gt; module_src_runtimeActionRegistry_ts
6065
6537
  module_src_runtimeRepeat_test_ts --&gt; module_src_runtimeBindings_ts
@@ -6117,6 +6589,9 @@ graph LR
6117
6589
  module_src_runtimeDbPersist_ts[&quot;src/runtimeDbPersist.ts&quot;]
6118
6590
  module_src_runtimeEventExecution_test_ts[&quot;src/runtimeEventExecution.test.ts&quot;]
6119
6591
  module_src_runtimeEventExecution_ts[&quot;src/runtimeEventExecution.ts&quot;]
6592
+ module_src_runtimeEventOperationLifecycle_test_ts[&quot;src/runtimeEventOperationLifecycle.test.ts&quot;]
6593
+ module_src_runtimeEventOperationLifecycle_ts[&quot;src/runtimeEventOperationLifecycle.ts&quot;]
6594
+ module_src_runtimeImageMedia_test_ts[&quot;src/runtimeImageMedia.test.ts&quot;]
6120
6595
  module_src_runtimeManifest_ts[&quot;src/runtimeManifest.ts&quot;]
6121
6596
  module_src_runtimeMedia_test_ts[&quot;src/runtimeMedia.test.ts&quot;]
6122
6597
  module_src_runtimeMedia_ts[&quot;src/runtimeMedia.ts&quot;]
@@ -6177,7 +6652,8 @@ graph LR
6177
6652
  export_createRuntimeActionRegistry -.-&gt; export_RuntimeBindingOperationExecutor
6178
6653
  export_createRuntimeActionRegistry -.-&gt; export_RuntimeBindingOperationResultCache
6179
6654
  export_createRuntimeActionRegistry -.-&gt;
6180
- export_RuntimeBindingOperationResultWriter
6655
+ export_RuntimeBindingOperationResultWriter export_createRuntimeActionRegistry
6656
+ -.-&gt; export_RuntimeEventOperationLifecycle
6181
6657
  export_createRuntimeApiOperationExecutor[&quot;createRuntimeApiOperationExecutor&quot;]
6182
6658
  module_src_runtimeApiOperations_ts --&gt; export_createRuntimeApiOperationExecutor
6183
6659
  export_createRuntimeApiOperationExecutor -.-&gt;
@@ -6185,6 +6661,17 @@ graph LR
6185
6661
  -.-&gt; export_RuntimeBindingOperationExecutor
6186
6662
  export_createRuntimeBindingOperationKey[&quot;createRuntimeBindingOperationKey&quot;]
6187
6663
  module_src_runtimeBindings_ts --&gt; export_createRuntimeBindingOperationKey
6664
+ export_createRuntimeEventOperationBindingContext[&quot;createRuntimeEventOperationBindingContext&quot;]
6665
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6666
+ export_createRuntimeEventOperationBindingContext
6667
+ export_createRuntimeEventOperationBindingContext -.-&gt;
6668
+ export_RuntimeEventOperationState
6669
+ export_createRuntimeEventOperationLifecycle[&quot;createRuntimeEventOperationLifecycle&quot;]
6670
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6671
+ export_createRuntimeEventOperationLifecycle
6672
+ export_createRuntimeEventOperationLifecycle -.-&gt;
6673
+ export_RuntimeEventOperationLifecycle export_createRuntimeEventOperationLifecycle
6674
+ -.-&gt; export_RuntimeEventOperationState
6188
6675
  export_createRuntimeMemoryStateAdapter[&quot;createRuntimeMemoryStateAdapter&quot;]
6189
6676
  module_src_runtimeStateAdapter_ts --&gt; export_createRuntimeMemoryStateAdapter
6190
6677
  export_createRuntimeMemoryStateAdapter -.-&gt;
@@ -6219,6 +6706,9 @@ graph LR
6219
6706
  export_executeRuntimeScreenOperationLoaders -.-&gt;
6220
6707
  export_RuntimeBindingResolutionContext export_executeRuntimeScreenOperationLoaders
6221
6708
  -.-&gt; export_RuntimeScreenOperationLoaderExecutionResult
6709
+ export_IDLE_RUNTIME_EVENT_OPERATION_STATE[&quot;IDLE_RUNTIME_EVENT_OPERATION_STATE&quot;]
6710
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6711
+ export_IDLE_RUNTIME_EVENT_OPERATION_STATE
6222
6712
  export_ManifestContext[&quot;ManifestContext&quot;] module_src_ManifestContext_tsx
6223
6713
  --&gt; export_ManifestContext export_ManifestProvider[&quot;ManifestProvider&quot;]
6224
6714
  module_src_ManifestContext_tsx --&gt; export_ManifestProvider
@@ -6251,6 +6741,9 @@ graph LR
6251
6741
  export_resolveRuntimeBindingValueSync[&quot;resolveRuntimeBindingValueSync&quot;]
6252
6742
  module_src_runtimeBindings_ts --&gt; export_resolveRuntimeBindingValueSync
6253
6743
  export_resolveRuntimeBindingValueSync -.-&gt; export_RuntimeBindingResolutionContext
6744
+ export_resolveRuntimeEventOperationErrorMessage[&quot;resolveRuntimeEventOperationErrorMessage&quot;]
6745
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6746
+ export_resolveRuntimeEventOperationErrorMessage
6254
6747
  export_resolveScreenOperationLoaders[&quot;resolveScreenOperationLoaders&quot;]
6255
6748
  module_src_runtimeScreenLoaders_ts --&gt; export_resolveScreenOperationLoaders
6256
6749
  export_RuntimeAction[&quot;RuntimeAction&quot;] module_src_RuntimeRendererConfig_tsx
@@ -6311,6 +6804,8 @@ graph LR
6311
6804
  export_RuntimeComponentEventDispatchArgs -.-&gt;
6312
6805
  export_RuntimeBindingOperationExecutor export_RuntimeComponentEventDispatchArgs
6313
6806
  -.-&gt; export_RuntimeBindingOperationResultWriter
6807
+ export_RuntimeComponentEventDispatchArgs -.-&gt;
6808
+ export_RuntimeEventOperationLifecycle
6314
6809
  export_RuntimeDbPersistError[&quot;RuntimeDbPersistError&quot;]
6315
6810
  module_src_runtimeDbPersist_ts --&gt; export_RuntimeDbPersistError
6316
6811
  export_RuntimeDbPersistExecutionResult[&quot;RuntimeDbPersistExecutionResult&quot;]
@@ -6321,6 +6816,20 @@ graph LR
6321
6816
  module_src_runtimeManifest_ts --&gt; export_RuntimeDiagnostic
6322
6817
  export_RuntimeEventDiagnosticsReporter[&quot;RuntimeEventDiagnosticsReporter&quot;]
6323
6818
  module_src_runtimeEventExecution_ts --&gt; export_RuntimeEventDiagnosticsReporter
6819
+ export_RuntimeEventOperationInvocation[&quot;RuntimeEventOperationInvocation&quot;]
6820
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6821
+ export_RuntimeEventOperationInvocation
6822
+ export_RuntimeEventOperationLifecycle[&quot;RuntimeEventOperationLifecycle&quot;]
6823
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6824
+ export_RuntimeEventOperationLifecycle export_RuntimeEventOperationLifecycle -.-&gt;
6825
+ export_RuntimeEventOperationInvocation
6826
+ export_RuntimeEventOperationState[&quot;RuntimeEventOperationState&quot;]
6827
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6828
+ export_RuntimeEventOperationState export_RuntimeEventOperationState -.-&gt;
6829
+ export_RuntimeEventOperationStatus
6830
+ export_RuntimeEventOperationStatus[&quot;RuntimeEventOperationStatus&quot;]
6831
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6832
+ export_RuntimeEventOperationStatus
6324
6833
  export_RuntimeEventPropWrapArgs[&quot;RuntimeEventPropWrapArgs&quot;]
6325
6834
  module_src_runtimeActionRegistry_ts --&gt; export_RuntimeEventPropWrapArgs
6326
6835
  export_RuntimeEventPropWrapArgs -.-&gt; export_RuntimeComponentEventDispatchArgs
@@ -6356,6 +6865,8 @@ graph LR
6356
6865
  export_RuntimeRendererConfig -.-&gt; export_RuntimeActionHandlers
6357
6866
  export_RuntimeRendererConfig -.-&gt; export_RuntimeBindingOperationExecutor
6358
6867
  export_RuntimeRendererConfig -.-&gt; export_RuntimeBindingOperationResultWriter
6868
+ export_RuntimeRendererConfig -.-&gt; export_RuntimeEventOperationLifecycle
6869
+ export_RuntimeRendererConfig -.-&gt; export_RuntimeEventOperationState
6359
6870
  export_RuntimeRendererConfig -.-&gt; export_RuntimeMediaAssetResolver
6360
6871
  export_RuntimeRendererConfig -.-&gt; export_RuntimeNodePropsResolver
6361
6872
  export_RuntimeRendererConfig -.-&gt; export_RuntimeRendererWrapArgs
@@ -6439,6 +6950,9 @@ graph LR
6439
6950
  module_src_runtimeDbPersist_ts[&quot;src/runtimeDbPersist.ts&quot;]
6440
6951
  module_src_runtimeEventExecution_test_ts[&quot;src/runtimeEventExecution.test.ts&quot;]
6441
6952
  module_src_runtimeEventExecution_ts[&quot;src/runtimeEventExecution.ts&quot;]
6953
+ module_src_runtimeEventOperationLifecycle_test_ts[&quot;src/runtimeEventOperationLifecycle.test.ts&quot;]
6954
+ module_src_runtimeEventOperationLifecycle_ts[&quot;src/runtimeEventOperationLifecycle.ts&quot;]
6955
+ module_src_runtimeImageMedia_test_ts[&quot;src/runtimeImageMedia.test.ts&quot;]
6442
6956
  module_src_runtimeManifest_ts[&quot;src/runtimeManifest.ts&quot;]
6443
6957
  module_src_runtimeMedia_test_ts[&quot;src/runtimeMedia.test.ts&quot;]
6444
6958
  module_src_runtimeMedia_ts[&quot;src/runtimeMedia.ts&quot;]
@@ -6496,12 +7010,20 @@ graph LR
6496
7010
  export_createRuntimeActionRegistry -.-&gt; export_RuntimeBindingOperationExecutor
6497
7011
  export_createRuntimeActionRegistry -.-&gt; export_RuntimeBindingOperationResultCache
6498
7012
  export_createRuntimeActionRegistry -.-&gt; export_RuntimeBindingOperationResultWriter
7013
+ export_createRuntimeActionRegistry -.-&gt; export_RuntimeEventOperationLifecycle
6499
7014
  export_createRuntimeApiOperationExecutor[&quot;createRuntimeApiOperationExecutor&quot;]
6500
7015
  module_src_runtimeApiOperations_ts --&gt; export_createRuntimeApiOperationExecutor
6501
7016
  export_createRuntimeApiOperationExecutor -.-&gt; export_RuntimeApiOperationExecutorOptions
6502
7017
  export_createRuntimeApiOperationExecutor -.-&gt; export_RuntimeBindingOperationExecutor
6503
7018
  export_createRuntimeBindingOperationKey[&quot;createRuntimeBindingOperationKey&quot;]
6504
7019
  module_src_runtimeBindings_ts --&gt; export_createRuntimeBindingOperationKey
7020
+ export_createRuntimeEventOperationBindingContext[&quot;createRuntimeEventOperationBindingContext&quot;]
7021
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_createRuntimeEventOperationBindingContext
7022
+ export_createRuntimeEventOperationBindingContext -.-&gt; export_RuntimeEventOperationState
7023
+ export_createRuntimeEventOperationLifecycle[&quot;createRuntimeEventOperationLifecycle&quot;]
7024
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_createRuntimeEventOperationLifecycle
7025
+ export_createRuntimeEventOperationLifecycle -.-&gt; export_RuntimeEventOperationLifecycle
7026
+ export_createRuntimeEventOperationLifecycle -.-&gt; export_RuntimeEventOperationState
6505
7027
  export_createRuntimeMemoryStateAdapter[&quot;createRuntimeMemoryStateAdapter&quot;]
6506
7028
  module_src_runtimeStateAdapter_ts --&gt; export_createRuntimeMemoryStateAdapter
6507
7029
  export_createRuntimeMemoryStateAdapter -.-&gt; export_RuntimeMemoryStateAdapterOptions
@@ -6527,6 +7049,8 @@ graph LR
6527
7049
  export_executeRuntimeScreenOperationLoaders -.-&gt; export_RuntimeBindingOperationResultCache
6528
7050
  export_executeRuntimeScreenOperationLoaders -.-&gt; export_RuntimeBindingResolutionContext
6529
7051
  export_executeRuntimeScreenOperationLoaders -.-&gt; export_RuntimeScreenOperationLoaderExecutionResult
7052
+ export_IDLE_RUNTIME_EVENT_OPERATION_STATE[&quot;IDLE_RUNTIME_EVENT_OPERATION_STATE&quot;]
7053
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_IDLE_RUNTIME_EVENT_OPERATION_STATE
6530
7054
  export_ManifestContext[&quot;ManifestContext&quot;]
6531
7055
  module_src_ManifestContext_tsx --&gt; export_ManifestContext
6532
7056
  export_ManifestProvider[&quot;ManifestProvider&quot;]
@@ -6560,6 +7084,8 @@ graph LR
6560
7084
  export_resolveRuntimeBindingValueSync[&quot;resolveRuntimeBindingValueSync&quot;]
6561
7085
  module_src_runtimeBindings_ts --&gt; export_resolveRuntimeBindingValueSync
6562
7086
  export_resolveRuntimeBindingValueSync -.-&gt; export_RuntimeBindingResolutionContext
7087
+ export_resolveRuntimeEventOperationErrorMessage[&quot;resolveRuntimeEventOperationErrorMessage&quot;]
7088
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_resolveRuntimeEventOperationErrorMessage
6563
7089
  export_resolveScreenOperationLoaders[&quot;resolveScreenOperationLoaders&quot;]
6564
7090
  module_src_runtimeScreenLoaders_ts --&gt; export_resolveScreenOperationLoaders
6565
7091
  export_RuntimeAction[&quot;RuntimeAction&quot;]
@@ -6618,6 +7144,7 @@ graph LR
6618
7144
  export_RuntimeComponentEventDispatchArgs -.-&gt; export_RuntimeActionHandler
6619
7145
  export_RuntimeComponentEventDispatchArgs -.-&gt; export_RuntimeBindingOperationExecutor
6620
7146
  export_RuntimeComponentEventDispatchArgs -.-&gt; export_RuntimeBindingOperationResultWriter
7147
+ export_RuntimeComponentEventDispatchArgs -.-&gt; export_RuntimeEventOperationLifecycle
6621
7148
  export_RuntimeDbPersistError[&quot;RuntimeDbPersistError&quot;]
6622
7149
  module_src_runtimeDbPersist_ts --&gt; export_RuntimeDbPersistError
6623
7150
  export_RuntimeDbPersistExecutionResult[&quot;RuntimeDbPersistExecutionResult&quot;]
@@ -6628,6 +7155,16 @@ graph LR
6628
7155
  module_src_runtimeManifest_ts --&gt; export_RuntimeDiagnostic
6629
7156
  export_RuntimeEventDiagnosticsReporter[&quot;RuntimeEventDiagnosticsReporter&quot;]
6630
7157
  module_src_runtimeEventExecution_ts --&gt; export_RuntimeEventDiagnosticsReporter
7158
+ export_RuntimeEventOperationInvocation[&quot;RuntimeEventOperationInvocation&quot;]
7159
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_RuntimeEventOperationInvocation
7160
+ export_RuntimeEventOperationLifecycle[&quot;RuntimeEventOperationLifecycle&quot;]
7161
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_RuntimeEventOperationLifecycle
7162
+ export_RuntimeEventOperationLifecycle -.-&gt; export_RuntimeEventOperationInvocation
7163
+ export_RuntimeEventOperationState[&quot;RuntimeEventOperationState&quot;]
7164
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_RuntimeEventOperationState
7165
+ export_RuntimeEventOperationState -.-&gt; export_RuntimeEventOperationStatus
7166
+ export_RuntimeEventOperationStatus[&quot;RuntimeEventOperationStatus&quot;]
7167
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_RuntimeEventOperationStatus
6631
7168
  export_RuntimeEventPropWrapArgs[&quot;RuntimeEventPropWrapArgs&quot;]
6632
7169
  module_src_runtimeActionRegistry_ts --&gt; export_RuntimeEventPropWrapArgs
6633
7170
  export_RuntimeEventPropWrapArgs -.-&gt; export_RuntimeComponentEventDispatchArgs
@@ -6664,6 +7201,8 @@ graph LR
6664
7201
  export_RuntimeRendererConfig -.-&gt; export_RuntimeActionHandlers
6665
7202
  export_RuntimeRendererConfig -.-&gt; export_RuntimeBindingOperationExecutor
6666
7203
  export_RuntimeRendererConfig -.-&gt; export_RuntimeBindingOperationResultWriter
7204
+ export_RuntimeRendererConfig -.-&gt; export_RuntimeEventOperationLifecycle
7205
+ export_RuntimeRendererConfig -.-&gt; export_RuntimeEventOperationState
6667
7206
  export_RuntimeRendererConfig -.-&gt; export_RuntimeMediaAssetResolver
6668
7207
  export_RuntimeRendererConfig -.-&gt; export_RuntimeNodePropsResolver
6669
7208
  export_RuntimeRendererConfig -.-&gt; export_RuntimeRendererWrapArgs
@@ -6782,6 +7321,34 @@ sequenceDiagram
6782
7321
  participant_createPayloadForEvent--&gt;&gt;participant_createComponentEventFromHandlerArgs: return
6783
7322
  participant_createComponentEventFromHandlerArgs-&gt;&gt;participant_localEventNameToEventType: localEventNameToEventType()
6784
7323
  participant_localEventNameToEventType--&gt;&gt;participant_createComponentEventFromHandlerArgs: return
7324
+ </pre>
7325
+ </details>
7326
+ </article>
7327
+ <article
7328
+ class="item"
7329
+ data-search="createRuntimeEventOperationBindingContext sequence diagrams/sequences/create-runtime-event-operation-binding-context.mmd"
7330
+ >
7331
+ <h3>createRuntimeEventOperationBindingContext sequence</h3>
7332
+ <p class="muted">
7333
+ <code>diagrams/sequences/create-runtime-event-operation-binding-context.mmd</code>
7334
+ </p>
7335
+ <div class="mermaid">
7336
+ sequenceDiagram participant participant_createRuntimeEventOperationBindingContext as
7337
+ createRuntimeEventOperationBindingContext participant participant_isRecord as
7338
+ isRecord
7339
+ participant_createRuntimeEventOperationBindingContext-&gt;&gt;participant_isRecord:
7340
+ isRecord()
7341
+ participant_isRecord--&gt;&gt;participant_createRuntimeEventOperationBindingContext:
7342
+ return
7343
+ </div>
7344
+ <details>
7345
+ <summary>View Mermaid source</summary>
7346
+ <pre>
7347
+ sequenceDiagram
7348
+ participant participant_createRuntimeEventOperationBindingContext as createRuntimeEventOperationBindingContext
7349
+ participant participant_isRecord as isRecord
7350
+ participant_createRuntimeEventOperationBindingContext-&gt;&gt;participant_isRecord: isRecord()
7351
+ participant_isRecord--&gt;&gt;participant_createRuntimeEventOperationBindingContext: return
6785
7352
  </pre>
6786
7353
  </details>
6787
7354
  </article>
@@ -7515,7 +8082,7 @@ sequenceDiagram
7515
8082
  data-search="createRuntimeActionRegistry src/runtimeActionRegistry.ts "
7516
8083
  >
7517
8084
  <h3>createRuntimeActionRegistry</h3>
7518
- <p class="muted"><code>src/runtimeActionRegistry.ts:66:1</code></p>
8085
+ <p class="muted"><code>src/runtimeActionRegistry.ts:71:1</code></p>
7519
8086
  <p class="empty">No description available.</p>
7520
8087
  </article>
7521
8088
  <article
@@ -7523,12 +8090,12 @@ sequenceDiagram
7523
8090
  data-search="dispatchRuntimeComponentEvent src/runtimeActionRegistry.ts "
7524
8091
  >
7525
8092
  <h3>dispatchRuntimeComponentEvent</h3>
7526
- <p class="muted"><code>src/runtimeActionRegistry.ts:102:1</code></p>
8093
+ <p class="muted"><code>src/runtimeActionRegistry.ts:109:1</code></p>
7527
8094
  <p class="empty">No description available.</p>
7528
8095
  </article>
7529
8096
  <article class="item" data-search="wrapRuntimeEventProps src/runtimeActionRegistry.ts ">
7530
8097
  <h3>wrapRuntimeEventProps</h3>
7531
- <p class="muted"><code>src/runtimeActionRegistry.ts:179:1</code></p>
8098
+ <p class="muted"><code>src/runtimeActionRegistry.ts:186:1</code></p>
7532
8099
  <p class="empty">No description available.</p>
7533
8100
  </article>
7534
8101
  <article
@@ -7536,7 +8103,7 @@ sequenceDiagram
7536
8103
  data-search="createComponentEventFromHandlerArgs src/runtimeActionRegistry.ts "
7537
8104
  >
7538
8105
  <h3>createComponentEventFromHandlerArgs</h3>
7539
- <p class="muted"><code>src/runtimeActionRegistry.ts:216:1</code></p>
8106
+ <p class="muted"><code>src/runtimeActionRegistry.ts:223:1</code></p>
7540
8107
  <p class="empty">No description available.</p>
7541
8108
  </article>
7542
8109
  <article
@@ -7544,7 +8111,7 @@ sequenceDiagram
7544
8111
  data-search="resolveRuntimeActionPayload src/runtimeActionRegistry.ts "
7545
8112
  >
7546
8113
  <h3>resolveRuntimeActionPayload</h3>
7547
- <p class="muted"><code>src/runtimeActionRegistry.ts:230:1</code></p>
8114
+ <p class="muted"><code>src/runtimeActionRegistry.ts:237:1</code></p>
7548
8115
  <p class="empty">No description available.</p>
7549
8116
  </article>
7550
8117
  <article
@@ -7552,7 +8119,7 @@ sequenceDiagram
7552
8119
  data-search="resolveRuntimeActionValue src/runtimeActionRegistry.ts "
7553
8120
  >
7554
8121
  <h3>resolveRuntimeActionValue</h3>
7555
- <p class="muted"><code>src/runtimeActionRegistry.ts:241:1</code></p>
8122
+ <p class="muted"><code>src/runtimeActionRegistry.ts:248:1</code></p>
7556
8123
  <p class="empty">No description available.</p>
7557
8124
  </article>
7558
8125
  <article
@@ -7560,7 +8127,12 @@ sequenceDiagram
7560
8127
  data-search="dispatchRuntimeOperationEventBinding src/runtimeActionRegistry.ts "
7561
8128
  >
7562
8129
  <h3>dispatchRuntimeOperationEventBinding</h3>
7563
- <p class="muted"><code>src/runtimeActionRegistry.ts:252:1</code></p>
8130
+ <p class="muted"><code>src/runtimeActionRegistry.ts:259:1</code></p>
8131
+ <p class="empty">No description available.</p>
8132
+ </article>
8133
+ <article class="item" data-search="failLifecycle src/runtimeActionRegistry.ts ">
8134
+ <h3>failLifecycle</h3>
8135
+ <p class="muted"><code>src/runtimeActionRegistry.ts:276:9</code></p>
7564
8136
  <p class="empty">No description available.</p>
7565
8137
  </article>
7566
8138
  <article
@@ -7568,7 +8140,7 @@ sequenceDiagram
7568
8140
  data-search="resolveRuntimeActionValueEntry src/runtimeActionRegistry.ts "
7569
8141
  >
7570
8142
  <h3>resolveRuntimeActionValueEntry</h3>
7571
- <p class="muted"><code>src/runtimeActionRegistry.ts:299:1</code></p>
8143
+ <p class="muted"><code>src/runtimeActionRegistry.ts:344:1</code></p>
7572
8144
  <p class="empty">No description available.</p>
7573
8145
  </article>
7574
8146
  <article
@@ -7576,7 +8148,7 @@ sequenceDiagram
7576
8148
  data-search="resolveObjectEventBindingInput src/runtimeActionRegistry.ts "
7577
8149
  >
7578
8150
  <h3>resolveObjectEventBindingInput</h3>
7579
- <p class="muted"><code>src/runtimeActionRegistry.ts:317:1</code></p>
8151
+ <p class="muted"><code>src/runtimeActionRegistry.ts:362:1</code></p>
7580
8152
  <p class="empty">No description available.</p>
7581
8153
  </article>
7582
8154
  <article
@@ -7584,7 +8156,7 @@ sequenceDiagram
7584
8156
  data-search="resolveEventBindingInput src/runtimeActionRegistry.ts "
7585
8157
  >
7586
8158
  <h3>resolveEventBindingInput</h3>
7587
- <p class="muted"><code>src/runtimeActionRegistry.ts:326:1</code></p>
8159
+ <p class="muted"><code>src/runtimeActionRegistry.ts:371:1</code></p>
7588
8160
  <p class="empty">No description available.</p>
7589
8161
  </article>
7590
8162
  <article
@@ -7592,7 +8164,7 @@ sequenceDiagram
7592
8164
  data-search="matchesBindingCondition src/runtimeActionRegistry.ts "
7593
8165
  >
7594
8166
  <h3>matchesBindingCondition</h3>
7595
- <p class="muted"><code>src/runtimeActionRegistry.ts:345:1</code></p>
8167
+ <p class="muted"><code>src/runtimeActionRegistry.ts:390:1</code></p>
7596
8168
  <p class="empty">No description available.</p>
7597
8169
  </article>
7598
8170
  <article
@@ -7600,12 +8172,12 @@ sequenceDiagram
7600
8172
  data-search="readBindingConditionSource src/runtimeActionRegistry.ts "
7601
8173
  >
7602
8174
  <h3>readBindingConditionSource</h3>
7603
- <p class="muted"><code>src/runtimeActionRegistry.ts:365:1</code></p>
8175
+ <p class="muted"><code>src/runtimeActionRegistry.ts:410:1</code></p>
7604
8176
  <p class="empty">No description available.</p>
7605
8177
  </article>
7606
8178
  <article class="item" data-search="createPayloadForEvent src/runtimeActionRegistry.ts ">
7607
8179
  <h3>createPayloadForEvent</h3>
7608
- <p class="muted"><code>src/runtimeActionRegistry.ts:388:1</code></p>
8180
+ <p class="muted"><code>src/runtimeActionRegistry.ts:433:1</code></p>
7609
8181
  <p class="empty">No description available.</p>
7610
8182
  </article>
7611
8183
  <article
@@ -7613,12 +8185,12 @@ sequenceDiagram
7613
8185
  data-search="localEventNameToEventType src/runtimeActionRegistry.ts "
7614
8186
  >
7615
8187
  <h3>localEventNameToEventType</h3>
7616
- <p class="muted"><code>src/runtimeActionRegistry.ts:426:1</code></p>
8188
+ <p class="muted"><code>src/runtimeActionRegistry.ts:471:1</code></p>
7617
8189
  <p class="empty">No description available.</p>
7618
8190
  </article>
7619
8191
  <article class="item" data-search="inferLocalEventName src/runtimeActionRegistry.ts ">
7620
8192
  <h3>inferLocalEventName</h3>
7621
- <p class="muted"><code>src/runtimeActionRegistry.ts:434:1</code></p>
8193
+ <p class="muted"><code>src/runtimeActionRegistry.ts:479:1</code></p>
7622
8194
  <p class="empty">No description available.</p>
7623
8195
  </article>
7624
8196
  <article
@@ -7626,17 +8198,17 @@ sequenceDiagram
7626
8198
  data-search="eventNameToCallbackProp src/runtimeActionRegistry.ts "
7627
8199
  >
7628
8200
  <h3>eventNameToCallbackProp</h3>
7629
- <p class="muted"><code>src/runtimeActionRegistry.ts:440:1</code></p>
8201
+ <p class="muted"><code>src/runtimeActionRegistry.ts:485:1</code></p>
7630
8202
  <p class="empty">No description available.</p>
7631
8203
  </article>
7632
8204
  <article class="item" data-search="isRuntimeEventHandler src/runtimeActionRegistry.ts ">
7633
8205
  <h3>isRuntimeEventHandler</h3>
7634
- <p class="muted"><code>src/runtimeActionRegistry.ts:444:1</code></p>
8206
+ <p class="muted"><code>src/runtimeActionRegistry.ts:489:1</code></p>
7635
8207
  <p class="empty">No description available.</p>
7636
8208
  </article>
7637
8209
  <article class="item" data-search="readPath src/runtimeActionRegistry.ts ">
7638
8210
  <h3>readPath</h3>
7639
- <p class="muted"><code>src/runtimeActionRegistry.ts:448:1</code></p>
8211
+ <p class="muted"><code>src/runtimeActionRegistry.ts:493:1</code></p>
7640
8212
  <p class="empty">No description available.</p>
7641
8213
  </article>
7642
8214
  <article
@@ -7644,22 +8216,22 @@ sequenceDiagram
7644
8216
  data-search="createBarcodeScannedPayload src/runtimeActionRegistry.ts "
7645
8217
  >
7646
8218
  <h3>createBarcodeScannedPayload</h3>
7647
- <p class="muted"><code>src/runtimeActionRegistry.ts:457:1</code></p>
8219
+ <p class="muted"><code>src/runtimeActionRegistry.ts:502:1</code></p>
7648
8220
  <p class="empty">No description available.</p>
7649
8221
  </article>
7650
8222
  <article class="item" data-search="readItemId src/runtimeActionRegistry.ts ">
7651
8223
  <h3>readItemId</h3>
7652
- <p class="muted"><code>src/runtimeActionRegistry.ts:473:1</code></p>
8224
+ <p class="muted"><code>src/runtimeActionRegistry.ts:518:1</code></p>
7653
8225
  <p class="empty">No description available.</p>
7654
8226
  </article>
7655
8227
  <article class="item" data-search="asRecord src/runtimeActionRegistry.ts ">
7656
8228
  <h3>asRecord</h3>
7657
- <p class="muted"><code>src/runtimeActionRegistry.ts:482:1</code></p>
8229
+ <p class="muted"><code>src/runtimeActionRegistry.ts:527:1</code></p>
7658
8230
  <p class="empty">No description available.</p>
7659
8231
  </article>
7660
8232
  <article class="item" data-search="isRecord src/runtimeActionRegistry.ts ">
7661
8233
  <h3>isRecord</h3>
7662
- <p class="muted"><code>src/runtimeActionRegistry.ts:486:1</code></p>
8234
+ <p class="muted"><code>src/runtimeActionRegistry.ts:531:1</code></p>
7663
8235
  <p class="empty">No description available.</p>
7664
8236
  </article>
7665
8237
  </section>
@@ -8037,6 +8609,79 @@ sequenceDiagram
8037
8609
  </article>
8038
8610
  </section>
8039
8611
  </section>
8612
+ <section
8613
+ id="view-src-runtimeeventoperationlifecycle-test-ts"
8614
+ class="view"
8615
+ data-view="src/runtimeEventOperationLifecycle.test.ts"
8616
+ hidden
8617
+ >
8618
+ <section class="panel">
8619
+ <h2>src/runtimeEventOperationLifecycle.test.ts</h2>
8620
+ <article
8621
+ class="item"
8622
+ data-search="eventArgs src/runtimeEventOperationLifecycle.test.ts "
8623
+ >
8624
+ <h3>eventArgs</h3>
8625
+ <p class="muted"><code>src/runtimeEventOperationLifecycle.test.ts:54:1</code></p>
8626
+ <p class="empty">No description available.</p>
8627
+ </article>
8628
+ <article
8629
+ class="item"
8630
+ data-search="executeOperation src/runtimeEventOperationLifecycle.test.ts "
8631
+ >
8632
+ <h3>executeOperation</h3>
8633
+ <p class="muted"><code>src/runtimeEventOperationLifecycle.test.ts:85:11</code></p>
8634
+ <p class="empty">No description available.</p>
8635
+ </article>
8636
+ <article
8637
+ class="item"
8638
+ data-search="executeOperation src/runtimeEventOperationLifecycle.test.ts "
8639
+ >
8640
+ <h3>executeOperation</h3>
8641
+ <p class="muted"><code>src/runtimeEventOperationLifecycle.test.ts:128:11</code></p>
8642
+ <p class="empty">No description available.</p>
8643
+ </article>
8644
+ </section>
8645
+ </section>
8646
+ <section
8647
+ id="view-src-runtimeeventoperationlifecycle-ts"
8648
+ class="view"
8649
+ data-view="src/runtimeEventOperationLifecycle.ts"
8650
+ hidden
8651
+ >
8652
+ <section class="panel">
8653
+ <h2>src/runtimeEventOperationLifecycle.ts</h2>
8654
+ <article
8655
+ class="item"
8656
+ data-search="createRuntimeEventOperationLifecycle src/runtimeEventOperationLifecycle.ts "
8657
+ >
8658
+ <h3>createRuntimeEventOperationLifecycle</h3>
8659
+ <p class="muted"><code>src/runtimeEventOperationLifecycle.ts:39:1</code></p>
8660
+ <p class="empty">No description available.</p>
8661
+ </article>
8662
+ <article class="item" data-search="finish src/runtimeEventOperationLifecycle.ts ">
8663
+ <h3>finish</h3>
8664
+ <p class="muted"><code>src/runtimeEventOperationLifecycle.ts:47:9</code></p>
8665
+ <p class="empty">No description available.</p>
8666
+ </article>
8667
+ <article
8668
+ class="item"
8669
+ data-search="createRuntimeEventOperationBindingContext src/runtimeEventOperationLifecycle.ts "
8670
+ >
8671
+ <h3>createRuntimeEventOperationBindingContext</h3>
8672
+ <p class="muted"><code>src/runtimeEventOperationLifecycle.ts:92:1</code></p>
8673
+ <p class="empty">No description available.</p>
8674
+ </article>
8675
+ <article
8676
+ class="item"
8677
+ data-search="resolveRuntimeEventOperationErrorMessage src/runtimeEventOperationLifecycle.ts "
8678
+ >
8679
+ <h3>resolveRuntimeEventOperationErrorMessage</h3>
8680
+ <p class="muted"><code>src/runtimeEventOperationLifecycle.ts:113:1</code></p>
8681
+ <p class="empty">No description available.</p>
8682
+ </article>
8683
+ </section>
8684
+ </section>
8040
8685
  <section
8041
8686
  id="view-src-runtimemanifest-ts"
8042
8687
  class="view"
@@ -8227,57 +8872,57 @@ sequenceDiagram
8227
8872
  <h2>src/runtimeNodeProps.ts</h2>
8228
8873
  <article class="item" data-search="isRecord src/runtimeNodeProps.ts ">
8229
8874
  <h3>isRecord</h3>
8230
- <p class="muted"><code>src/runtimeNodeProps.ts:18:1</code></p>
8875
+ <p class="muted"><code>src/runtimeNodeProps.ts:19:1</code></p>
8231
8876
  <p class="empty">No description available.</p>
8232
8877
  </article>
8233
8878
  <article class="item" data-search="isPlainObject src/runtimeNodeProps.ts ">
8234
8879
  <h3>isPlainObject</h3>
8235
- <p class="muted"><code>src/runtimeNodeProps.ts:22:1</code></p>
8880
+ <p class="muted"><code>src/runtimeNodeProps.ts:23:1</code></p>
8236
8881
  <p class="empty">No description available.</p>
8237
8882
  </article>
8238
8883
  <article class="item" data-search="hasActionShape src/runtimeNodeProps.ts ">
8239
8884
  <h3>hasActionShape</h3>
8240
- <p class="muted"><code>src/runtimeNodeProps.ts:31:1</code></p>
8885
+ <p class="muted"><code>src/runtimeNodeProps.ts:32:1</code></p>
8241
8886
  <p class="empty">No description available.</p>
8242
8887
  </article>
8243
8888
  <article class="item" data-search="isCallbackProp src/runtimeNodeProps.ts ">
8244
8889
  <h3>isCallbackProp</h3>
8245
- <p class="muted"><code>src/runtimeNodeProps.ts:37:1</code></p>
8890
+ <p class="muted"><code>src/runtimeNodeProps.ts:38:1</code></p>
8246
8891
  <p class="empty">No description available.</p>
8247
8892
  </article>
8248
8893
  <article class="item" data-search="isNonEmptyActionId src/runtimeNodeProps.ts ">
8249
8894
  <h3>isNonEmptyActionId</h3>
8250
- <p class="muted"><code>src/runtimeNodeProps.ts:41:1</code></p>
8895
+ <p class="muted"><code>src/runtimeNodeProps.ts:42:1</code></p>
8251
8896
  <p class="empty">No description available.</p>
8252
8897
  </article>
8253
8898
  <article class="item" data-search="createStringActionPayload src/runtimeNodeProps.ts ">
8254
8899
  <h3>createStringActionPayload</h3>
8255
- <p class="muted"><code>src/runtimeNodeProps.ts:45:1</code></p>
8900
+ <p class="muted"><code>src/runtimeNodeProps.ts:46:1</code></p>
8256
8901
  <p class="empty">No description available.</p>
8257
8902
  </article>
8258
8903
  <article class="item" data-search="noopRuntimeActionHandler src/runtimeNodeProps.ts ">
8259
8904
  <h3>noopRuntimeActionHandler</h3>
8260
- <p class="muted"><code>src/runtimeNodeProps.ts:62:7</code></p>
8905
+ <p class="muted"><code>src/runtimeNodeProps.ts:63:7</code></p>
8261
8906
  <p class="empty">No description available.</p>
8262
8907
  </article>
8263
8908
  <article class="item" data-search="resolveImageAssetUrl src/runtimeNodeProps.ts ">
8264
8909
  <h3>resolveImageAssetUrl</h3>
8265
- <p class="muted"><code>src/runtimeNodeProps.ts:64:1</code></p>
8910
+ <p class="muted"><code>src/runtimeNodeProps.ts:65:1</code></p>
8266
8911
  <p class="empty">No description available.</p>
8267
8912
  </article>
8268
8913
  <article class="item" data-search="resolveRuntimeNodeProps src/runtimeNodeProps.ts ">
8269
8914
  <h3>resolveRuntimeNodeProps</h3>
8270
- <p class="muted"><code>src/runtimeNodeProps.ts:87:1</code></p>
8915
+ <p class="muted"><code>src/runtimeNodeProps.ts:88:1</code></p>
8271
8916
  <p class="empty">No description available.</p>
8272
8917
  </article>
8273
8918
  <article class="item" data-search="wrapRuntimeActionProps src/runtimeNodeProps.ts ">
8274
8919
  <h3>wrapRuntimeActionProps</h3>
8275
- <p class="muted"><code>src/runtimeNodeProps.ts:130:1</code></p>
8920
+ <p class="muted"><code>src/runtimeNodeProps.ts:131:1</code></p>
8276
8921
  <p class="empty">No description available.</p>
8277
8922
  </article>
8278
8923
  <article class="item" data-search="actionHandler src/runtimeNodeProps.ts ">
8279
8924
  <h3>actionHandler</h3>
8280
- <p class="muted"><code>src/runtimeNodeProps.ts:157:15</code></p>
8925
+ <p class="muted"><code>src/runtimeNodeProps.ts:158:15</code></p>
8281
8926
  <p class="empty">No description available.</p>
8282
8927
  </article>
8283
8928
  </section>
@@ -8318,7 +8963,7 @@ sequenceDiagram
8318
8963
  <h2>src/RuntimeRenderer.tsx</h2>
8319
8964
  <article class="item" data-search="RuntimeRenderer src/RuntimeRenderer.tsx ">
8320
8965
  <h3>RuntimeRenderer</h3>
8321
- <p class="muted"><code>src/RuntimeRenderer.tsx:76:1</code></p>
8966
+ <p class="muted"><code>src/RuntimeRenderer.tsx:81:1</code></p>
8322
8967
  <p class="empty">No description available.</p>
8323
8968
  </article>
8324
8969
  </section>
@@ -8414,7 +9059,7 @@ sequenceDiagram
8414
9059
  data-search="composeRuntimeRendererWrapNode src/RuntimeRendererConfig.tsx "
8415
9060
  >
8416
9061
  <h3>composeRuntimeRendererWrapNode</h3>
8417
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:74:1</code></p>
9062
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:80:1</code></p>
8418
9063
  <p class="empty">No description available.</p>
8419
9064
  </article>
8420
9065
  <article
@@ -8422,7 +9067,7 @@ sequenceDiagram
8422
9067
  data-search="composeRuntimeNodePropsResolver src/RuntimeRendererConfig.tsx "
8423
9068
  >
8424
9069
  <h3>composeRuntimeNodePropsResolver</h3>
8425
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:89:1</code></p>
9070
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:95:1</code></p>
8426
9071
  <p class="empty">No description available.</p>
8427
9072
  </article>
8428
9073
  <article
@@ -8430,7 +9075,7 @@ sequenceDiagram
8430
9075
  data-search="mergeRuntimeRendererConfig src/RuntimeRendererConfig.tsx "
8431
9076
  >
8432
9077
  <h3>mergeRuntimeRendererConfig</h3>
8433
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:107:1</code></p>
9078
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:113:1</code></p>
8434
9079
  <p class="empty">No description available.</p>
8435
9080
  </article>
8436
9081
  <article
@@ -8438,7 +9083,7 @@ sequenceDiagram
8438
9083
  data-search="RuntimeRendererConfigProvider src/RuntimeRendererConfig.tsx "
8439
9084
  >
8440
9085
  <h3>RuntimeRendererConfigProvider</h3>
8441
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:155:1</code></p>
9086
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:164:1</code></p>
8442
9087
  <p class="empty">No description available.</p>
8443
9088
  </article>
8444
9089
  <article
@@ -8446,12 +9091,12 @@ sequenceDiagram
8446
9091
  data-search="useRuntimeRendererConfig src/RuntimeRendererConfig.tsx "
8447
9092
  >
8448
9093
  <h3>useRuntimeRendererConfig</h3>
8449
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:168:1</code></p>
9094
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:177:1</code></p>
8450
9095
  <p class="empty">No description available.</p>
8451
9096
  </article>
8452
9097
  <article class="item" data-search="mergeRecordConfig src/RuntimeRendererConfig.tsx ">
8453
9098
  <h3>mergeRecordConfig</h3>
8454
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:172:1</code></p>
9099
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:181:1</code></p>
8455
9100
  <p class="empty">No description available.</p>
8456
9101
  </article>
8457
9102
  </section>