@ankhorage/runtime 0.1.0 → 0.2.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 (117) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +20 -5
  3. package/dist/ManifestContext.d.ts +16 -0
  4. package/dist/ManifestContext.d.ts.map +1 -0
  5. package/dist/ManifestContext.js +26 -0
  6. package/dist/ManifestContext.js.map +1 -0
  7. package/dist/RuntimeRenderer.d.ts +24 -0
  8. package/dist/RuntimeRenderer.d.ts.map +1 -0
  9. package/dist/RuntimeRenderer.js +302 -0
  10. package/dist/RuntimeRenderer.js.map +1 -0
  11. package/dist/RuntimeRendererConfig.d.ts +54 -0
  12. package/dist/RuntimeRendererConfig.d.ts.map +1 -0
  13. package/dist/RuntimeRendererConfig.js +70 -0
  14. package/dist/RuntimeRendererConfig.js.map +1 -0
  15. package/dist/RuntimeScreen.d.ts +11 -0
  16. package/dist/RuntimeScreen.d.ts.map +1 -0
  17. package/dist/RuntimeScreen.js +59 -0
  18. package/dist/RuntimeScreen.js.map +1 -0
  19. package/dist/appExtensionRegistry.d.ts +3 -0
  20. package/dist/appExtensionRegistry.d.ts.map +1 -0
  21. package/dist/appExtensionRegistry.js +2 -0
  22. package/dist/appExtensionRegistry.js.map +1 -0
  23. package/dist/componentRegistry.d.ts +4 -0
  24. package/dist/componentRegistry.d.ts.map +1 -0
  25. package/dist/componentRegistry.js +6 -0
  26. package/dist/componentRegistry.js.map +1 -0
  27. package/dist/index.d.ts +27 -52
  28. package/dist/index.d.ts.map +1 -1
  29. package/dist/index.js +16 -30
  30. package/dist/index.js.map +1 -1
  31. package/dist/readme-usage.js +4 -4
  32. package/dist/readme-usage.js.map +1 -1
  33. package/dist/registry.d.ts +7 -0
  34. package/dist/registry.d.ts.map +1 -0
  35. package/dist/registry.js +49 -0
  36. package/dist/registry.js.map +1 -0
  37. package/dist/rendering.d.ts +17 -0
  38. package/dist/rendering.d.ts.map +1 -0
  39. package/dist/rendering.js +24 -0
  40. package/dist/rendering.js.map +1 -0
  41. package/dist/runtimeActionRegistry.d.ts +55 -0
  42. package/dist/runtimeActionRegistry.d.ts.map +1 -0
  43. package/dist/runtimeActionRegistry.js +323 -0
  44. package/dist/runtimeActionRegistry.js.map +1 -0
  45. package/dist/runtimeApiLoaders.d.ts +35 -0
  46. package/dist/runtimeApiLoaders.d.ts.map +1 -0
  47. package/dist/runtimeApiLoaders.js +218 -0
  48. package/dist/runtimeApiLoaders.js.map +1 -0
  49. package/dist/runtimeBindings.d.ts +52 -0
  50. package/dist/runtimeBindings.d.ts.map +1 -0
  51. package/dist/runtimeBindings.js +299 -0
  52. package/dist/runtimeBindings.js.map +1 -0
  53. package/dist/runtimeDataSourceOperations.d.ts +8 -0
  54. package/dist/runtimeDataSourceOperations.d.ts.map +1 -0
  55. package/dist/runtimeDataSourceOperations.js +58 -0
  56. package/dist/runtimeDataSourceOperations.js.map +1 -0
  57. package/dist/runtimeDbPersist.d.ts +34 -0
  58. package/dist/runtimeDbPersist.d.ts.map +1 -0
  59. package/dist/runtimeDbPersist.js +73 -0
  60. package/dist/runtimeDbPersist.js.map +1 -0
  61. package/dist/runtimeEventExecution.d.ts +11 -0
  62. package/dist/runtimeEventExecution.d.ts.map +1 -0
  63. package/dist/runtimeEventExecution.js +17 -0
  64. package/dist/runtimeEventExecution.js.map +1 -0
  65. package/dist/runtimeManifest.d.ts +53 -0
  66. package/dist/runtimeManifest.d.ts.map +1 -0
  67. package/dist/runtimeManifest.js +31 -0
  68. package/dist/runtimeManifest.js.map +1 -0
  69. package/dist/runtimeNodeProps.d.ts +22 -0
  70. package/dist/runtimeNodeProps.d.ts.map +1 -0
  71. package/dist/runtimeNodeProps.js +130 -0
  72. package/dist/runtimeNodeProps.js.map +1 -0
  73. package/dist/runtimeRepeat.d.ts +27 -0
  74. package/dist/runtimeRepeat.d.ts.map +1 -0
  75. package/dist/runtimeRepeat.js +129 -0
  76. package/dist/runtimeRepeat.js.map +1 -0
  77. package/dist/runtimeRepeatDiagnostics.d.ts +3 -0
  78. package/dist/runtimeRepeatDiagnostics.d.ts.map +1 -0
  79. package/dist/runtimeRepeatDiagnostics.js +14 -0
  80. package/dist/runtimeRepeatDiagnostics.js.map +1 -0
  81. package/dist/runtimeRepeatEmptyState.d.ts +7 -0
  82. package/dist/runtimeRepeatEmptyState.d.ts.map +1 -0
  83. package/dist/runtimeRepeatEmptyState.js +10 -0
  84. package/dist/runtimeRepeatEmptyState.js.map +1 -0
  85. package/dist/runtimeScreenLoaders.d.ts +71 -0
  86. package/dist/runtimeScreenLoaders.d.ts.map +1 -0
  87. package/dist/runtimeScreenLoaders.js +309 -0
  88. package/dist/runtimeScreenLoaders.js.map +1 -0
  89. package/dist/runtimeStateAdapter.d.ts +6 -0
  90. package/dist/runtimeStateAdapter.d.ts.map +1 -0
  91. package/dist/runtimeStateAdapter.js +162 -0
  92. package/dist/runtimeStateAdapter.js.map +1 -0
  93. package/package.json +19 -2
  94. package/paradox/badges/npm.svg +3 -3
  95. package/paradox/components.md +72 -0
  96. package/paradox/diagrams/architecture-overview.mmd +135 -1
  97. package/paradox/diagrams/export-graph.mmd +303 -18
  98. package/paradox/diagrams/module-relationships.mmd +98 -1
  99. package/paradox/diagrams/sequences/create-component-event-from-handler-args.mmd +24 -0
  100. package/paradox/diagrams/sequences/execute-db-persist-action.mmd +16 -0
  101. package/paradox/diagrams/sequences/merge-runtime-renderer-config.mmd +11 -0
  102. package/paradox/diagrams/sequences/resolve-db-persist-input.mmd +13 -0
  103. package/paradox/diagrams/sequences/resolve-runtime-action-payload.mmd +8 -0
  104. package/paradox/diagrams/sequences/resolve-runtime-action-value.mmd +5 -0
  105. package/paradox/diagrams/sequences/runtime-renderer-config-provider.mmd +17 -0
  106. package/paradox/diagrams/sequences/runtime-screen.mmd +17 -0
  107. package/paradox/diagrams/sequences/use-manifest-context.mmd +5 -0
  108. package/paradox/diagrams/sequences/use-manifest.mmd +5 -0
  109. package/paradox/diagrams/sequences/use-optional-manifest-context.mmd +5 -0
  110. package/paradox/diagrams/sequences/use-runtime-renderer-config.mmd +5 -0
  111. package/paradox/diagrams/sequences/use-runtime-screen-operation-loaders.mmd +5 -0
  112. package/paradox/diagrams/sequences/validate-runtime-binding-operation-ref.mmd +8 -0
  113. package/paradox/diagrams/sequences/wrap-runtime-event-props.mmd +5 -0
  114. package/paradox/exports.json +3385 -330
  115. package/paradox/exports.md +1051 -38
  116. package/paradox/index.html +8244 -413
  117. package/paradox/paradox.json +10013 -511
@@ -1,30 +1,72 @@
1
1
  [
2
2
  {
3
- "name": "createRuntimeManifest",
3
+ "name": "APP_EXTENSION_COMPONENT_REGISTRY",
4
+ "description": null,
5
+ "isReadme": false,
6
+ "examples": [],
7
+ "kind": "value",
8
+ "modulePath": "src/appExtensionRegistry.ts",
9
+ "sourceLocation": {
10
+ "filePath": "src/appExtensionRegistry.ts",
11
+ "line": 3,
12
+ "column": 14
13
+ },
14
+ "exportPaths": ["src/index.ts"],
15
+ "relatedSymbols": [],
16
+ "signatures": [],
17
+ "members": [],
18
+ "structuredRows": []
19
+ },
20
+ {
21
+ "name": "ComponentRegistry",
22
+ "description": null,
23
+ "isReadme": false,
24
+ "examples": [],
25
+ "kind": "unknown",
26
+ "modulePath": "src/componentRegistry.ts",
27
+ "sourceLocation": {
28
+ "filePath": "src/componentRegistry.ts",
29
+ "line": 3,
30
+ "column": 1
31
+ },
32
+ "exportPaths": ["src/index.ts"],
33
+ "relatedSymbols": [],
34
+ "signatures": [],
35
+ "members": [],
36
+ "structuredRows": []
37
+ },
38
+ {
39
+ "name": "composeRuntimeNodePropsResolver",
4
40
  "description": null,
5
41
  "isReadme": false,
6
42
  "examples": [],
7
43
  "kind": "function",
8
- "modulePath": "src/index.ts",
44
+ "modulePath": "src/RuntimeRendererConfig.tsx",
9
45
  "sourceLocation": {
10
- "filePath": "src/index.ts",
11
- "line": 81,
46
+ "filePath": "src/RuntimeRendererConfig.tsx",
47
+ "line": 88,
12
48
  "column": 1
13
49
  },
14
50
  "exportPaths": ["src/index.ts"],
15
- "relatedSymbols": ["RuntimeManifest", "RuntimeManifestInput"],
51
+ "relatedSymbols": ["RuntimeNodePropsResolver"],
16
52
  "signatures": [
17
53
  {
18
- "label": "(input: RuntimeManifestInput) => RuntimeManifest",
54
+ "label": "(localResolver?: RuntimeNodePropsResolver | undefined, inheritedResolver?: RuntimeNodePropsResolver | undefined) => RuntimeNodePropsResolver | undefined",
19
55
  "parameters": [
20
56
  {
21
- "name": "input",
22
- "type": "RuntimeManifestInput",
23
- "required": true,
57
+ "name": "inheritedResolver",
58
+ "type": "RuntimeNodePropsResolver | undefined",
59
+ "required": false,
60
+ "description": null
61
+ },
62
+ {
63
+ "name": "localResolver",
64
+ "type": "RuntimeNodePropsResolver | undefined",
65
+ "required": false,
24
66
  "description": null
25
67
  }
26
68
  ],
27
- "returnType": "RuntimeManifest",
69
+ "returnType": "RuntimeNodePropsResolver | undefined",
28
70
  "returnDescription": null
29
71
  }
30
72
  ],
@@ -32,31 +74,37 @@
32
74
  "structuredRows": []
33
75
  },
34
76
  {
35
- "name": "defineRuntimeAction",
77
+ "name": "composeRuntimeRendererWrapNode",
36
78
  "description": null,
37
79
  "isReadme": false,
38
80
  "examples": [],
39
81
  "kind": "function",
40
- "modulePath": "src/index.ts",
82
+ "modulePath": "src/RuntimeRendererConfig.tsx",
41
83
  "sourceLocation": {
42
- "filePath": "src/index.ts",
43
- "line": 63,
84
+ "filePath": "src/RuntimeRendererConfig.tsx",
85
+ "line": 73,
44
86
  "column": 1
45
87
  },
46
88
  "exportPaths": ["src/index.ts"],
47
- "relatedSymbols": ["RuntimeActionDescriptor"],
89
+ "relatedSymbols": ["RuntimeRendererWrapArgs"],
48
90
  "signatures": [
49
91
  {
50
- "label": "(action: RuntimeActionDescriptor<Data>) => RuntimeActionDescriptor<Data>",
92
+ "label": "(innerWrapNode?: ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined, outerWrapNode?: ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined) => ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined",
51
93
  "parameters": [
52
94
  {
53
- "name": "action",
54
- "type": "RuntimeActionDescriptor<Data>",
55
- "required": true,
95
+ "name": "innerWrapNode",
96
+ "type": "((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined",
97
+ "required": false,
98
+ "description": null
99
+ },
100
+ {
101
+ "name": "outerWrapNode",
102
+ "type": "((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined",
103
+ "required": false,
56
104
  "description": null
57
105
  }
58
106
  ],
59
- "returnType": "RuntimeActionDescriptor<Data>",
107
+ "returnType": "((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined",
60
108
  "returnDescription": null
61
109
  }
62
110
  ],
@@ -64,31 +112,31 @@
64
112
  "structuredRows": []
65
113
  },
66
114
  {
67
- "name": "defineRuntimeAdapter",
115
+ "name": "createComponentEventFromHandlerArgs",
68
116
  "description": null,
69
117
  "isReadme": false,
70
118
  "examples": [],
71
119
  "kind": "function",
72
- "modulePath": "src/index.ts",
120
+ "modulePath": "src/runtimeActionRegistry.ts",
73
121
  "sourceLocation": {
74
- "filePath": "src/index.ts",
75
- "line": 69,
122
+ "filePath": "src/runtimeActionRegistry.ts",
123
+ "line": 217,
76
124
  "column": 1
77
125
  },
78
126
  "exportPaths": ["src/index.ts"],
79
- "relatedSymbols": ["RuntimeAdapterDescriptor"],
127
+ "relatedSymbols": [],
80
128
  "signatures": [
81
129
  {
82
- "label": "(adapter: RuntimeAdapterDescriptor<Options>) => RuntimeAdapterDescriptor<Options>",
130
+ "label": "(args: { readonly node: UiNode; readonly eventName: string; readonly handlerArgs: readonly unknown[]; }) => ComponentEventDto<string, RuntimeEventPayload>",
83
131
  "parameters": [
84
132
  {
85
- "name": "adapter",
86
- "type": "RuntimeAdapterDescriptor<Options>",
133
+ "name": "args",
134
+ "type": "{ readonly node: UiNode; readonly eventName: string; readonly handlerArgs: readonly unknown[]; }",
87
135
  "required": true,
88
136
  "description": null
89
137
  }
90
138
  ],
91
- "returnType": "RuntimeAdapterDescriptor<Options>",
139
+ "returnType": "ComponentEventDto<string, RuntimeEventPayload>",
92
140
  "returnDescription": null
93
141
  }
94
142
  ],
@@ -96,31 +144,31 @@
96
144
  "structuredRows": []
97
145
  },
98
146
  {
99
- "name": "defineRuntimeBinding",
147
+ "name": "createComponentRegistry",
100
148
  "description": null,
101
149
  "isReadme": false,
102
150
  "examples": [],
103
151
  "kind": "function",
104
- "modulePath": "src/index.ts",
152
+ "modulePath": "src/componentRegistry.ts",
105
153
  "sourceLocation": {
106
- "filePath": "src/index.ts",
107
- "line": 75,
154
+ "filePath": "src/componentRegistry.ts",
155
+ "line": 5,
108
156
  "column": 1
109
157
  },
110
158
  "exportPaths": ["src/index.ts"],
111
- "relatedSymbols": ["RuntimeBindingDescriptor"],
159
+ "relatedSymbols": ["ComponentRegistry"],
112
160
  "signatures": [
113
161
  {
114
- "label": "(binding: RuntimeBindingDescriptor<Value>) => RuntimeBindingDescriptor<Value>",
162
+ "label": "(registries?: readonly ComponentRegistry[]) => ComponentRegistry",
115
163
  "parameters": [
116
164
  {
117
- "name": "binding",
118
- "type": "RuntimeBindingDescriptor<Value>",
119
- "required": true,
165
+ "name": "registries",
166
+ "type": "readonly ComponentRegistry[]",
167
+ "required": false,
120
168
  "description": null
121
169
  }
122
170
  ],
123
- "returnType": "RuntimeBindingDescriptor<Value>",
171
+ "returnType": "ComponentRegistry",
124
172
  "returnDescription": null
125
173
  }
126
174
  ],
@@ -128,24 +176,31 @@
128
176
  "structuredRows": []
129
177
  },
130
178
  {
131
- "name": "listRuntimeCapabilities",
179
+ "name": "createDbPersistActionHandler",
132
180
  "description": null,
133
181
  "isReadme": false,
134
182
  "examples": [],
135
183
  "kind": "function",
136
- "modulePath": "src/index.ts",
184
+ "modulePath": "src/runtimeDbPersist.ts",
137
185
  "sourceLocation": {
138
- "filePath": "src/index.ts",
139
- "line": 93,
186
+ "filePath": "src/runtimeDbPersist.ts",
187
+ "line": 36,
140
188
  "column": 1
141
189
  },
142
190
  "exportPaths": ["src/index.ts"],
143
- "relatedSymbols": [],
191
+ "relatedSymbols": ["RuntimeActionHandler", "RuntimeDbPersistExecutionResult"],
144
192
  "signatures": [
145
193
  {
146
- "label": "() => readonly (\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\")[]",
147
- "parameters": [],
148
- "returnType": "readonly (\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\")[]",
194
+ "label": "(args: { readonly dbAdapter: DbAdapter; readonly onResult?: (result: RuntimeDbPersistExecutionResult) => void; }) => RuntimeActionHandler",
195
+ "parameters": [
196
+ {
197
+ "name": "args",
198
+ "type": "{ readonly dbAdapter: DbAdapter; readonly onResult?: (result: RuntimeDbPersistExecutionResult) => void; }",
199
+ "required": true,
200
+ "description": null
201
+ }
202
+ ],
203
+ "returnType": "RuntimeActionHandler",
149
204
  "returnDescription": null
150
205
  }
151
206
  ],
@@ -153,412 +208,3412 @@
153
208
  "structuredRows": []
154
209
  },
155
210
  {
156
- "name": "RUNTIME_CAPABILITIES",
211
+ "name": "createDbPersistAdapterError",
157
212
  "description": null,
158
213
  "isReadme": false,
159
214
  "examples": [],
160
- "kind": "value",
161
- "modulePath": "src/index.ts",
215
+ "kind": "function",
216
+ "modulePath": "src/runtimeDbPersist.ts",
162
217
  "sourceLocation": {
163
- "filePath": "src/index.ts",
164
- "line": 1,
165
- "column": 14
218
+ "filePath": "src/runtimeDbPersist.ts",
219
+ "line": 126,
220
+ "column": 1
166
221
  },
167
222
  "exportPaths": ["src/index.ts"],
168
- "relatedSymbols": [],
169
- "signatures": [],
223
+ "relatedSymbols": ["RuntimeDbPersistError"],
224
+ "signatures": [
225
+ {
226
+ "label": "(error: RuntimeDbPersistError) => DbAdapterError",
227
+ "parameters": [
228
+ {
229
+ "name": "error",
230
+ "type": "RuntimeDbPersistError",
231
+ "required": true,
232
+ "description": null
233
+ }
234
+ ],
235
+ "returnType": "DbAdapterError",
236
+ "returnDescription": null
237
+ }
238
+ ],
170
239
  "members": [],
171
240
  "structuredRows": []
172
241
  },
173
242
  {
174
- "name": "RUNTIME_MANIFEST_KIND",
243
+ "name": "createPendingRuntimeScreenOperationLoaderState",
175
244
  "description": null,
176
245
  "isReadme": false,
177
246
  "examples": [],
178
- "kind": "value",
179
- "modulePath": "src/index.ts",
247
+ "kind": "function",
248
+ "modulePath": "src/runtimeScreenLoaders.ts",
180
249
  "sourceLocation": {
181
- "filePath": "src/index.ts",
182
- "line": 8,
183
- "column": 14
250
+ "filePath": "src/runtimeScreenLoaders.ts",
251
+ "line": 93,
252
+ "column": 1
184
253
  },
185
254
  "exportPaths": ["src/index.ts"],
186
- "relatedSymbols": [],
187
- "signatures": [],
255
+ "relatedSymbols": ["RuntimeScreenOperationLoaderState"],
256
+ "signatures": [
257
+ {
258
+ "label": "(args: { readonly dependencyKey: string; readonly previousState?: RuntimeScreenOperationLoaderState; }) => RuntimeScreenOperationLoaderState",
259
+ "parameters": [
260
+ {
261
+ "name": "args",
262
+ "type": "{ readonly dependencyKey: string; readonly previousState?: RuntimeScreenOperationLoaderState; }",
263
+ "required": true,
264
+ "description": null
265
+ }
266
+ ],
267
+ "returnType": "RuntimeScreenOperationLoaderState",
268
+ "returnDescription": null
269
+ }
270
+ ],
188
271
  "members": [],
189
272
  "structuredRows": []
190
273
  },
191
274
  {
192
- "name": "RuntimeActionDescriptor",
275
+ "name": "createRuntimeActionRegistry",
193
276
  "description": null,
194
277
  "isReadme": false,
195
278
  "examples": [],
196
- "kind": "type",
197
- "modulePath": "src/index.ts",
279
+ "kind": "function",
280
+ "modulePath": "src/runtimeActionRegistry.ts",
198
281
  "sourceLocation": {
199
- "filePath": "src/index.ts",
200
- "line": 24,
282
+ "filePath": "src/runtimeActionRegistry.ts",
283
+ "line": 67,
201
284
  "column": 1
202
285
  },
203
286
  "exportPaths": ["src/index.ts"],
204
- "relatedSymbols": [],
205
- "signatures": [],
206
- "members": [
207
- {
208
- "name": "capability",
209
- "kind": "property",
210
- "type": "\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\" | undefined",
211
- "required": false,
212
- "description": null
213
- },
214
- {
215
- "name": "data",
216
- "kind": "property",
217
- "type": "Data | undefined",
218
- "required": false,
219
- "description": null
220
- },
221
- {
222
- "name": "description",
223
- "kind": "property",
224
- "type": "string | undefined",
225
- "required": false,
226
- "description": null
227
- },
287
+ "relatedSymbols": [
288
+ "RuntimeActionHandler",
289
+ "RuntimeActionHandlers",
290
+ "RuntimeActionRegistry",
291
+ "RuntimeBindingOperationExecutor",
292
+ "RuntimeBindingOperationResultCache",
293
+ "RuntimeBindingOperationResultWriter"
294
+ ],
295
+ "signatures": [
228
296
  {
229
- "name": "id",
230
- "kind": "property",
231
- "type": "string",
232
- "required": true,
233
- "description": null
297
+ "label": "(options?: { actionHandlers?: RuntimeActionHandlers; dataSources?: DataSourceRegistry; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) => RuntimeActionRegistry",
298
+ "parameters": [
299
+ {
300
+ "name": "options",
301
+ "type": "{ actionHandlers?: RuntimeActionHandlers; dataSources?: DataSourceRegistry; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }",
302
+ "required": false,
303
+ "description": null
304
+ }
305
+ ],
306
+ "returnType": "RuntimeActionRegistry",
307
+ "returnDescription": null
234
308
  }
235
309
  ],
310
+ "members": [],
236
311
  "structuredRows": []
237
312
  },
238
313
  {
239
- "name": "RuntimeAdapterDescriptor",
314
+ "name": "createRuntimeBindingOperationKey",
240
315
  "description": null,
241
316
  "isReadme": false,
242
317
  "examples": [],
243
- "kind": "type",
244
- "modulePath": "src/index.ts",
318
+ "kind": "function",
319
+ "modulePath": "src/runtimeBindings.ts",
245
320
  "sourceLocation": {
246
- "filePath": "src/index.ts",
247
- "line": 39,
321
+ "filePath": "src/runtimeBindings.ts",
322
+ "line": 163,
248
323
  "column": 1
249
324
  },
250
325
  "exportPaths": ["src/index.ts"],
251
326
  "relatedSymbols": [],
252
- "signatures": [],
253
- "members": [
254
- {
255
- "name": "id",
256
- "kind": "property",
257
- "type": "string",
258
- "required": true,
259
- "description": null
260
- },
261
- {
262
- "name": "kind",
263
- "kind": "property",
264
- "type": "string",
265
- "required": true,
266
- "description": null
267
- },
327
+ "signatures": [
268
328
  {
269
- "name": "options",
270
- "kind": "property",
271
- "type": "Options | undefined",
272
- "required": false,
273
- "description": null
329
+ "label": "(operation: BindingOperationRef) => string",
330
+ "parameters": [
331
+ {
332
+ "name": "operation",
333
+ "type": "BindingOperationRef",
334
+ "required": true,
335
+ "description": null
336
+ }
337
+ ],
338
+ "returnType": "string",
339
+ "returnDescription": null
274
340
  }
275
341
  ],
342
+ "members": [],
276
343
  "structuredRows": []
277
344
  },
278
345
  {
279
- "name": "RuntimeBindingDescriptor",
346
+ "name": "createRuntimeDataSourceOperationExecutor",
280
347
  "description": null,
281
348
  "isReadme": false,
282
349
  "examples": [],
283
- "kind": "type",
284
- "modulePath": "src/index.ts",
350
+ "kind": "function",
351
+ "modulePath": "src/runtimeDataSourceOperations.ts",
285
352
  "sourceLocation": {
286
- "filePath": "src/index.ts",
287
- "line": 31,
353
+ "filePath": "src/runtimeDataSourceOperations.ts",
354
+ "line": 12,
288
355
  "column": 1
289
356
  },
290
357
  "exportPaths": ["src/index.ts"],
291
- "relatedSymbols": [],
292
- "signatures": [],
293
- "members": [
294
- {
295
- "name": "actionId",
296
- "kind": "property",
297
- "type": "string | undefined",
298
- "required": false,
299
- "description": null
300
- },
301
- {
302
- "name": "id",
303
- "kind": "property",
304
- "type": "string",
305
- "required": true,
306
- "description": null
307
- },
308
- {
309
- "name": "source",
310
- "kind": "property",
311
- "type": "string",
312
- "required": true,
313
- "description": null
314
- },
315
- {
316
- "name": "target",
317
- "kind": "property",
318
- "type": "string",
319
- "required": true,
320
- "description": null
321
- },
358
+ "relatedSymbols": [
359
+ "RuntimeBindingOperationExecutor",
360
+ "RuntimeDataSourceOperationExecutorOptions"
361
+ ],
362
+ "signatures": [
322
363
  {
323
- "name": "value",
324
- "kind": "property",
325
- "type": "Value | undefined",
326
- "required": false,
327
- "description": null
364
+ "label": "(options: RuntimeDataSourceOperationExecutorOptions) => RuntimeBindingOperationExecutor",
365
+ "parameters": [
366
+ {
367
+ "name": "options",
368
+ "type": "RuntimeDataSourceOperationExecutorOptions",
369
+ "required": true,
370
+ "description": null
371
+ }
372
+ ],
373
+ "returnType": "RuntimeBindingOperationExecutor",
374
+ "returnDescription": null
328
375
  }
329
376
  ],
377
+ "members": [],
330
378
  "structuredRows": []
331
379
  },
332
380
  {
333
- "name": "RuntimeCapability",
381
+ "name": "createRuntimeManifest",
334
382
  "description": null,
335
383
  "isReadme": false,
336
384
  "examples": [],
337
- "kind": "unknown",
338
- "modulePath": "src/index.ts",
385
+ "kind": "function",
386
+ "modulePath": "src/runtimeManifest.ts",
339
387
  "sourceLocation": {
340
- "filePath": "src/index.ts",
341
- "line": 10,
388
+ "filePath": "src/runtimeManifest.ts",
389
+ "line": 81,
342
390
  "column": 1
343
391
  },
344
392
  "exportPaths": ["src/index.ts"],
345
- "relatedSymbols": [],
346
- "signatures": [],
347
- "members": [],
348
- "structuredRows": []
349
- },
350
- {
351
- "name": "RuntimeConfig",
393
+ "relatedSymbols": ["RuntimeManifest", "RuntimeManifestInput"],
394
+ "signatures": [
395
+ {
396
+ "label": "(input: RuntimeManifestInput) => RuntimeManifest",
397
+ "parameters": [
398
+ {
399
+ "name": "input",
400
+ "type": "RuntimeManifestInput",
401
+ "required": true,
402
+ "description": null
403
+ }
404
+ ],
405
+ "returnType": "RuntimeManifest",
406
+ "returnDescription": null
407
+ }
408
+ ],
409
+ "members": [],
410
+ "structuredRows": []
411
+ },
412
+ {
413
+ "name": "createRuntimeMemoryStateAdapter",
414
+ "description": null,
415
+ "isReadme": false,
416
+ "examples": [],
417
+ "kind": "function",
418
+ "modulePath": "src/runtimeStateAdapter.ts",
419
+ "sourceLocation": {
420
+ "filePath": "src/runtimeStateAdapter.ts",
421
+ "line": 18,
422
+ "column": 1
423
+ },
424
+ "exportPaths": ["src/index.ts"],
425
+ "relatedSymbols": ["RuntimeMemoryStateAdapterOptions"],
426
+ "signatures": [
427
+ {
428
+ "label": "(options?: RuntimeMemoryStateAdapterOptions) => StateAdapter",
429
+ "parameters": [
430
+ {
431
+ "name": "options",
432
+ "type": "RuntimeMemoryStateAdapterOptions",
433
+ "required": false,
434
+ "description": null
435
+ }
436
+ ],
437
+ "returnType": "StateAdapter",
438
+ "returnDescription": null
439
+ }
440
+ ],
441
+ "members": [],
442
+ "structuredRows": []
443
+ },
444
+ {
445
+ "name": "createRuntimeScreenLoaderRequestKey",
446
+ "description": null,
447
+ "isReadme": false,
448
+ "examples": [],
449
+ "kind": "function",
450
+ "modulePath": "src/runtimeScreenLoaders.ts",
451
+ "sourceLocation": {
452
+ "filePath": "src/runtimeScreenLoaders.ts",
453
+ "line": 60,
454
+ "column": 1
455
+ },
456
+ "exportPaths": ["src/index.ts"],
457
+ "relatedSymbols": ["RuntimeBindingOperationResultCache"],
458
+ "signatures": [
459
+ {
460
+ "label": "(args: { readonly screenId: string; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; readonly bindingContext?: Record<string, unknown>; readonly operationResults?: RuntimeBindingOperationResultCache; }) => string",
461
+ "parameters": [
462
+ {
463
+ "name": "args",
464
+ "type": "{ readonly screenId: string; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; readonly bindingContext?: Record<string, unknown>; readonly operationResults?: RuntimeBindingOperationResultCache; }",
465
+ "required": true,
466
+ "description": null
467
+ }
468
+ ],
469
+ "returnType": "string",
470
+ "returnDescription": null
471
+ }
472
+ ],
473
+ "members": [],
474
+ "structuredRows": []
475
+ },
476
+ {
477
+ "name": "defineRuntimeAction",
478
+ "description": null,
479
+ "isReadme": false,
480
+ "examples": [],
481
+ "kind": "function",
482
+ "modulePath": "src/runtimeManifest.ts",
483
+ "sourceLocation": {
484
+ "filePath": "src/runtimeManifest.ts",
485
+ "line": 63,
486
+ "column": 1
487
+ },
488
+ "exportPaths": ["src/index.ts"],
489
+ "relatedSymbols": ["RuntimeActionDescriptor"],
490
+ "signatures": [
491
+ {
492
+ "label": "(action: RuntimeActionDescriptor<Data>) => RuntimeActionDescriptor<Data>",
493
+ "parameters": [
494
+ {
495
+ "name": "action",
496
+ "type": "RuntimeActionDescriptor<Data>",
497
+ "required": true,
498
+ "description": null
499
+ }
500
+ ],
501
+ "returnType": "RuntimeActionDescriptor<Data>",
502
+ "returnDescription": null
503
+ }
504
+ ],
505
+ "members": [],
506
+ "structuredRows": []
507
+ },
508
+ {
509
+ "name": "defineRuntimeAdapter",
510
+ "description": null,
511
+ "isReadme": false,
512
+ "examples": [],
513
+ "kind": "function",
514
+ "modulePath": "src/runtimeManifest.ts",
515
+ "sourceLocation": {
516
+ "filePath": "src/runtimeManifest.ts",
517
+ "line": 69,
518
+ "column": 1
519
+ },
520
+ "exportPaths": ["src/index.ts"],
521
+ "relatedSymbols": ["RuntimeAdapterDescriptor"],
522
+ "signatures": [
523
+ {
524
+ "label": "(adapter: RuntimeAdapterDescriptor<Options>) => RuntimeAdapterDescriptor<Options>",
525
+ "parameters": [
526
+ {
527
+ "name": "adapter",
528
+ "type": "RuntimeAdapterDescriptor<Options>",
529
+ "required": true,
530
+ "description": null
531
+ }
532
+ ],
533
+ "returnType": "RuntimeAdapterDescriptor<Options>",
534
+ "returnDescription": null
535
+ }
536
+ ],
537
+ "members": [],
538
+ "structuredRows": []
539
+ },
540
+ {
541
+ "name": "defineRuntimeBinding",
542
+ "description": null,
543
+ "isReadme": false,
544
+ "examples": [],
545
+ "kind": "function",
546
+ "modulePath": "src/runtimeManifest.ts",
547
+ "sourceLocation": {
548
+ "filePath": "src/runtimeManifest.ts",
549
+ "line": 75,
550
+ "column": 1
551
+ },
552
+ "exportPaths": ["src/index.ts"],
553
+ "relatedSymbols": ["RuntimeBindingDescriptor"],
554
+ "signatures": [
555
+ {
556
+ "label": "(binding: RuntimeBindingDescriptor<Value>) => RuntimeBindingDescriptor<Value>",
557
+ "parameters": [
558
+ {
559
+ "name": "binding",
560
+ "type": "RuntimeBindingDescriptor<Value>",
561
+ "required": true,
562
+ "description": null
563
+ }
564
+ ],
565
+ "returnType": "RuntimeBindingDescriptor<Value>",
566
+ "returnDescription": null
567
+ }
568
+ ],
569
+ "members": [],
570
+ "structuredRows": []
571
+ },
572
+ {
573
+ "name": "dispatchRuntimeComponentEvent",
574
+ "description": null,
575
+ "isReadme": false,
576
+ "examples": [],
577
+ "kind": "function",
578
+ "modulePath": "src/runtimeActionRegistry.ts",
579
+ "sourceLocation": {
580
+ "filePath": "src/runtimeActionRegistry.ts",
581
+ "line": 103,
582
+ "column": 1
583
+ },
584
+ "exportPaths": ["src/index.ts"],
585
+ "relatedSymbols": ["RuntimeActionHandlers", "RuntimeComponentEventDispatchArgs"],
586
+ "signatures": [
587
+ {
588
+ "label": "(args: RuntimeComponentEventDispatchArgs & { readonly actionHandlers?: RuntimeActionHandlers; }) => Promise<readonly DataSourceDiagnostic[]>",
589
+ "parameters": [
590
+ {
591
+ "name": "args",
592
+ "type": "RuntimeComponentEventDispatchArgs & { readonly actionHandlers?: RuntimeActionHandlers; }",
593
+ "required": true,
594
+ "description": null
595
+ }
596
+ ],
597
+ "returnType": "Promise<readonly DataSourceDiagnostic[]>",
598
+ "returnDescription": null
599
+ }
600
+ ],
601
+ "members": [],
602
+ "structuredRows": []
603
+ },
604
+ {
605
+ "name": "dispatchRuntimeComponentEventWithReporting",
606
+ "description": null,
607
+ "isReadme": false,
608
+ "examples": [],
609
+ "kind": "function",
610
+ "modulePath": "src/runtimeEventExecution.ts",
611
+ "sourceLocation": {
612
+ "filePath": "src/runtimeEventExecution.ts",
613
+ "line": 14,
614
+ "column": 1
615
+ },
616
+ "exportPaths": ["src/index.ts"],
617
+ "relatedSymbols": [
618
+ "RuntimeActionHandlers",
619
+ "RuntimeComponentEventDispatchArgs",
620
+ "RuntimeEventDiagnosticsReporter"
621
+ ],
622
+ "signatures": [
623
+ {
624
+ "label": "(args: RuntimeComponentEventDispatchArgs & RuntimeEventDiagnosticsReporter & { readonly actionHandlers?: RuntimeActionHandlers; }) => Promise<readonly DataSourceDiagnostic[]>",
625
+ "parameters": [
626
+ {
627
+ "name": "args",
628
+ "type": "RuntimeComponentEventDispatchArgs & RuntimeEventDiagnosticsReporter & { readonly actionHandlers?: RuntimeActionHandlers; }",
629
+ "required": true,
630
+ "description": null
631
+ }
632
+ ],
633
+ "returnType": "Promise<readonly DataSourceDiagnostic[]>",
634
+ "returnDescription": null
635
+ }
636
+ ],
637
+ "members": [],
638
+ "structuredRows": []
639
+ },
640
+ {
641
+ "name": "executeDbPersistAction",
642
+ "description": null,
643
+ "isReadme": false,
644
+ "examples": [],
645
+ "kind": "function",
646
+ "modulePath": "src/runtimeDbPersist.ts",
647
+ "sourceLocation": {
648
+ "filePath": "src/runtimeDbPersist.ts",
649
+ "line": 48,
650
+ "column": 1
651
+ },
652
+ "exportPaths": ["src/index.ts"],
653
+ "relatedSymbols": ["RuntimeActionHandlerArgs", "RuntimeDbPersistExecutionResult"],
654
+ "signatures": [
655
+ {
656
+ "label": "(args: { readonly dbAdapter: DbAdapter; readonly handlerArgs: RuntimeActionHandlerArgs; }) => Promise<RuntimeDbPersistExecutionResult>",
657
+ "parameters": [
658
+ {
659
+ "name": "args",
660
+ "type": "{ readonly dbAdapter: DbAdapter; readonly handlerArgs: RuntimeActionHandlerArgs; }",
661
+ "required": true,
662
+ "description": null
663
+ }
664
+ ],
665
+ "returnType": "Promise<RuntimeDbPersistExecutionResult>",
666
+ "returnDescription": null
667
+ }
668
+ ],
669
+ "members": [],
670
+ "structuredRows": []
671
+ },
672
+ {
673
+ "name": "executeRuntimeApiLoaders",
674
+ "description": null,
675
+ "isReadme": false,
676
+ "examples": [],
677
+ "kind": "function",
678
+ "modulePath": "src/runtimeApiLoaders.ts",
679
+ "sourceLocation": {
680
+ "filePath": "src/runtimeApiLoaders.ts",
681
+ "line": 100,
682
+ "column": 1
683
+ },
684
+ "exportPaths": ["src/index.ts"],
685
+ "relatedSymbols": ["RuntimeApiLoaderDefinition", "RuntimeApiLoaderExecutionResult"],
686
+ "signatures": [
687
+ {
688
+ "label": "(args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter; }) => RuntimeApiLoaderExecutionResult",
689
+ "parameters": [
690
+ {
691
+ "name": "args",
692
+ "type": "{ readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter; }",
693
+ "required": true,
694
+ "description": null
695
+ }
696
+ ],
697
+ "returnType": "RuntimeApiLoaderExecutionResult",
698
+ "returnDescription": null
699
+ }
700
+ ],
701
+ "members": [],
702
+ "structuredRows": []
703
+ },
704
+ {
705
+ "name": "executeRuntimeScreenOperationLoaders",
706
+ "description": null,
707
+ "isReadme": false,
708
+ "examples": [],
709
+ "kind": "function",
710
+ "modulePath": "src/runtimeScreenLoaders.ts",
711
+ "sourceLocation": {
712
+ "filePath": "src/runtimeScreenLoaders.ts",
713
+ "line": 189,
714
+ "column": 1
715
+ },
716
+ "exportPaths": ["src/index.ts"],
717
+ "relatedSymbols": [
718
+ "RuntimeBindingOperationExecutor",
719
+ "RuntimeBindingOperationResultCache",
720
+ "RuntimeBindingResolutionContext",
721
+ "RuntimeScreenOperationLoaderExecutionResult"
722
+ ],
723
+ "signatures": [
724
+ {
725
+ "label": "(args: { readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext[\"dataSources\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }) => Promise<RuntimeScreenOperationLoaderExecutionResult>",
726
+ "parameters": [
727
+ {
728
+ "name": "args",
729
+ "type": "{ readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext[\"dataSources\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }",
730
+ "required": true,
731
+ "description": null
732
+ }
733
+ ],
734
+ "returnType": "Promise<RuntimeScreenOperationLoaderExecutionResult>",
735
+ "returnDescription": null
736
+ }
737
+ ],
738
+ "members": [],
739
+ "structuredRows": []
740
+ },
741
+ {
742
+ "name": "listRuntimeCapabilities",
743
+ "description": null,
744
+ "isReadme": false,
745
+ "examples": [],
746
+ "kind": "function",
747
+ "modulePath": "src/runtimeManifest.ts",
748
+ "sourceLocation": {
749
+ "filePath": "src/runtimeManifest.ts",
750
+ "line": 93,
751
+ "column": 1
752
+ },
753
+ "exportPaths": ["src/index.ts"],
754
+ "relatedSymbols": [],
755
+ "signatures": [
756
+ {
757
+ "label": "() => readonly (\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\")[]",
758
+ "parameters": [],
759
+ "returnType": "readonly (\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\")[]",
760
+ "returnDescription": null
761
+ }
762
+ ],
763
+ "members": [],
764
+ "structuredRows": []
765
+ },
766
+ {
767
+ "name": "ManifestContext",
768
+ "description": null,
769
+ "isReadme": false,
770
+ "examples": [],
771
+ "kind": "value",
772
+ "modulePath": "src/ManifestContext.tsx",
773
+ "sourceLocation": {
774
+ "filePath": "src/ManifestContext.tsx",
775
+ "line": 10,
776
+ "column": 14
777
+ },
778
+ "exportPaths": ["src/index.ts"],
779
+ "relatedSymbols": [],
780
+ "signatures": [],
781
+ "members": [],
782
+ "structuredRows": []
783
+ },
784
+ {
785
+ "name": "ManifestProvider",
786
+ "description": null,
787
+ "isReadme": false,
788
+ "examples": [],
789
+ "kind": "function",
790
+ "modulePath": "src/ManifestContext.tsx",
791
+ "sourceLocation": {
792
+ "filePath": "src/ManifestContext.tsx",
793
+ "line": 12,
794
+ "column": 1
795
+ },
796
+ "exportPaths": ["src/index.ts"],
797
+ "relatedSymbols": [],
798
+ "signatures": [
799
+ {
800
+ "label": "(props: ManifestContextValue & { children: React.ReactNode; }) => React.JSX.Element",
801
+ "parameters": [
802
+ {
803
+ "name": "props",
804
+ "type": "ManifestContextValue & { children: React.ReactNode; }",
805
+ "required": true,
806
+ "description": null
807
+ }
808
+ ],
809
+ "returnType": "React.JSX.Element",
810
+ "returnDescription": null
811
+ }
812
+ ],
813
+ "members": [],
814
+ "structuredRows": []
815
+ },
816
+ {
817
+ "name": "materializeRuntimeApiLoaderState",
818
+ "description": null,
819
+ "isReadme": false,
820
+ "examples": [],
821
+ "kind": "function",
822
+ "modulePath": "src/runtimeApiLoaders.ts",
823
+ "sourceLocation": {
824
+ "filePath": "src/runtimeApiLoaders.ts",
825
+ "line": 40,
826
+ "column": 1
827
+ },
828
+ "exportPaths": ["src/index.ts"],
829
+ "relatedSymbols": ["RuntimeApiLoaderDefinition", "RuntimeApiLoaderMaterializationResult"],
830
+ "signatures": [
831
+ {
832
+ "label": "(args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; }) => RuntimeApiLoaderMaterializationResult",
833
+ "parameters": [
834
+ {
835
+ "name": "args",
836
+ "type": "{ readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; }",
837
+ "required": true,
838
+ "description": null
839
+ }
840
+ ],
841
+ "returnType": "RuntimeApiLoaderMaterializationResult",
842
+ "returnDescription": null
843
+ }
844
+ ],
845
+ "members": [],
846
+ "structuredRows": []
847
+ },
848
+ {
849
+ "name": "mergeRuntimeRendererConfig",
850
+ "description": null,
851
+ "isReadme": false,
852
+ "examples": [],
853
+ "kind": "function",
854
+ "modulePath": "src/RuntimeRendererConfig.tsx",
855
+ "sourceLocation": {
856
+ "filePath": "src/RuntimeRendererConfig.tsx",
857
+ "line": 106,
858
+ "column": 1
859
+ },
860
+ "exportPaths": ["src/index.ts"],
861
+ "relatedSymbols": ["RuntimeRendererConfig"],
862
+ "signatures": [
863
+ {
864
+ "label": "(localConfig: RuntimeRendererConfig | undefined, inheritedConfig: RuntimeRendererConfig | undefined) => RuntimeRendererConfig",
865
+ "parameters": [
866
+ {
867
+ "name": "inheritedConfig",
868
+ "type": "RuntimeRendererConfig | undefined",
869
+ "required": true,
870
+ "description": null
871
+ },
872
+ {
873
+ "name": "localConfig",
874
+ "type": "RuntimeRendererConfig | undefined",
875
+ "required": true,
876
+ "description": null
877
+ }
878
+ ],
879
+ "returnType": "RuntimeRendererConfig",
880
+ "returnDescription": null
881
+ }
882
+ ],
883
+ "members": [],
884
+ "structuredRows": []
885
+ },
886
+ {
887
+ "name": "resolveBindingInputMap",
888
+ "description": null,
889
+ "isReadme": false,
890
+ "examples": [],
891
+ "kind": "function",
892
+ "modulePath": "src/runtimeBindings.ts",
893
+ "sourceLocation": {
894
+ "filePath": "src/runtimeBindings.ts",
895
+ "line": 129,
896
+ "column": 1
897
+ },
898
+ "exportPaths": ["src/index.ts"],
899
+ "relatedSymbols": ["RuntimeBindingResolutionContext"],
900
+ "signatures": [
901
+ {
902
+ "label": "(input: Readonly<Record<string, BindingInputValue>> | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<BindingValue | undefined>",
903
+ "parameters": [
904
+ {
905
+ "name": "context",
906
+ "type": "RuntimeBindingResolutionContext",
907
+ "required": true,
908
+ "description": null
909
+ },
910
+ {
911
+ "name": "diagnostics",
912
+ "type": "DataSourceDiagnostic[]",
913
+ "required": false,
914
+ "description": null
915
+ },
916
+ {
917
+ "name": "input",
918
+ "type": "Readonly<Record<string, BindingInputValue>> | undefined",
919
+ "required": true,
920
+ "description": null
921
+ }
922
+ ],
923
+ "returnType": "Promise<BindingValue | undefined>",
924
+ "returnDescription": null
925
+ }
926
+ ],
927
+ "members": [],
928
+ "structuredRows": []
929
+ },
930
+ {
931
+ "name": "resolveDbPersistInput",
932
+ "description": null,
933
+ "isReadme": false,
934
+ "examples": [],
935
+ "kind": "function",
936
+ "modulePath": "src/runtimeDbPersist.ts",
937
+ "sourceLocation": {
938
+ "filePath": "src/runtimeDbPersist.ts",
939
+ "line": 68,
940
+ "column": 1
941
+ },
942
+ "exportPaths": ["src/index.ts"],
943
+ "relatedSymbols": ["RuntimeDbPersistError"],
944
+ "signatures": [
945
+ {
946
+ "label": "(payload: object | undefined) => { readonly ok: true; readonly data: DbInsertInput; } | { readonly ok: false; readonly error: RuntimeDbPersistError; }",
947
+ "parameters": [
948
+ {
949
+ "name": "payload",
950
+ "type": "object | undefined",
951
+ "required": true,
952
+ "description": null
953
+ }
954
+ ],
955
+ "returnType": "{ readonly ok: true; readonly data: DbInsertInput; } | { readonly ok: false; readonly error: RuntimeDbPersistError; }",
956
+ "returnDescription": null
957
+ }
958
+ ],
959
+ "members": [],
960
+ "structuredRows": []
961
+ },
962
+ {
963
+ "name": "resolveRuntimeActionPayload",
964
+ "description": null,
965
+ "isReadme": false,
966
+ "examples": [],
967
+ "kind": "function",
968
+ "modulePath": "src/runtimeActionRegistry.ts",
969
+ "sourceLocation": {
970
+ "filePath": "src/runtimeActionRegistry.ts",
971
+ "line": 231,
972
+ "column": 1
973
+ },
974
+ "exportPaths": ["src/index.ts"],
975
+ "relatedSymbols": ["RuntimeActionResolutionArgs"],
976
+ "signatures": [
977
+ {
978
+ "label": "(payload: object | undefined, args: RuntimeActionResolutionArgs) => object | undefined",
979
+ "parameters": [
980
+ {
981
+ "name": "args",
982
+ "type": "RuntimeActionResolutionArgs",
983
+ "required": true,
984
+ "description": null
985
+ },
986
+ {
987
+ "name": "payload",
988
+ "type": "object | undefined",
989
+ "required": true,
990
+ "description": null
991
+ }
992
+ ],
993
+ "returnType": "object | undefined",
994
+ "returnDescription": null
995
+ }
996
+ ],
997
+ "members": [],
998
+ "structuredRows": []
999
+ },
1000
+ {
1001
+ "name": "resolveRuntimeActionValue",
1002
+ "description": null,
1003
+ "isReadme": false,
1004
+ "examples": [],
1005
+ "kind": "function",
1006
+ "modulePath": "src/runtimeActionRegistry.ts",
1007
+ "sourceLocation": {
1008
+ "filePath": "src/runtimeActionRegistry.ts",
1009
+ "line": 242,
1010
+ "column": 1
1011
+ },
1012
+ "exportPaths": ["src/index.ts"],
1013
+ "relatedSymbols": ["RuntimeActionResolutionArgs"],
1014
+ "signatures": [
1015
+ {
1016
+ "label": "(value: unknown, args: RuntimeActionResolutionArgs) => object | undefined",
1017
+ "parameters": [
1018
+ {
1019
+ "name": "args",
1020
+ "type": "RuntimeActionResolutionArgs",
1021
+ "required": true,
1022
+ "description": null
1023
+ },
1024
+ {
1025
+ "name": "value",
1026
+ "type": "unknown",
1027
+ "required": true,
1028
+ "description": null
1029
+ }
1030
+ ],
1031
+ "returnType": "object | undefined",
1032
+ "returnDescription": null
1033
+ }
1034
+ ],
1035
+ "members": [],
1036
+ "structuredRows": []
1037
+ },
1038
+ {
1039
+ "name": "resolveRuntimeBindings",
1040
+ "description": null,
1041
+ "isReadme": false,
1042
+ "examples": [],
1043
+ "kind": "function",
1044
+ "modulePath": "src/runtimeBindings.ts",
1045
+ "sourceLocation": {
1046
+ "filePath": "src/runtimeBindings.ts",
1047
+ "line": 89,
1048
+ "column": 1
1049
+ },
1050
+ "exportPaths": ["src/index.ts"],
1051
+ "relatedSymbols": ["RuntimeBindingResolutionArgs", "RuntimeBindingResolutionResult"],
1052
+ "signatures": [
1053
+ {
1054
+ "label": "(args: RuntimeBindingResolutionArgs) => RuntimeBindingResolutionResult",
1055
+ "parameters": [
1056
+ {
1057
+ "name": "args",
1058
+ "type": "RuntimeBindingResolutionArgs",
1059
+ "required": true,
1060
+ "description": null
1061
+ }
1062
+ ],
1063
+ "returnType": "RuntimeBindingResolutionResult",
1064
+ "returnDescription": null
1065
+ }
1066
+ ],
1067
+ "members": [],
1068
+ "structuredRows": []
1069
+ },
1070
+ {
1071
+ "name": "resolveRuntimeBindingsAsync",
1072
+ "description": null,
1073
+ "isReadme": false,
1074
+ "examples": [],
1075
+ "kind": "function",
1076
+ "modulePath": "src/runtimeBindings.ts",
1077
+ "sourceLocation": {
1078
+ "filePath": "src/runtimeBindings.ts",
1079
+ "line": 74,
1080
+ "column": 1
1081
+ },
1082
+ "exportPaths": ["src/index.ts"],
1083
+ "relatedSymbols": ["RuntimeBindingResolutionArgs", "RuntimeBindingResolutionResult"],
1084
+ "signatures": [
1085
+ {
1086
+ "label": "(args: RuntimeBindingResolutionArgs) => Promise<RuntimeBindingResolutionResult>",
1087
+ "parameters": [
1088
+ {
1089
+ "name": "args",
1090
+ "type": "RuntimeBindingResolutionArgs",
1091
+ "required": true,
1092
+ "description": null
1093
+ }
1094
+ ],
1095
+ "returnType": "Promise<RuntimeBindingResolutionResult>",
1096
+ "returnDescription": null
1097
+ }
1098
+ ],
1099
+ "members": [],
1100
+ "structuredRows": []
1101
+ },
1102
+ {
1103
+ "name": "resolveRuntimeBindingValue",
1104
+ "description": null,
1105
+ "isReadme": false,
1106
+ "examples": [],
1107
+ "kind": "function",
1108
+ "modulePath": "src/runtimeBindings.ts",
1109
+ "sourceLocation": {
1110
+ "filePath": "src/runtimeBindings.ts",
1111
+ "line": 103,
1112
+ "column": 1
1113
+ },
1114
+ "exportPaths": ["src/index.ts"],
1115
+ "relatedSymbols": ["RuntimeBindingResolutionContext"],
1116
+ "signatures": [
1117
+ {
1118
+ "label": "(binding: PropBinding, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<unknown>",
1119
+ "parameters": [
1120
+ {
1121
+ "name": "binding",
1122
+ "type": "PropBinding",
1123
+ "required": true,
1124
+ "description": null
1125
+ },
1126
+ {
1127
+ "name": "context",
1128
+ "type": "RuntimeBindingResolutionContext",
1129
+ "required": true,
1130
+ "description": null
1131
+ },
1132
+ {
1133
+ "name": "diagnostics",
1134
+ "type": "DataSourceDiagnostic[]",
1135
+ "required": false,
1136
+ "description": null
1137
+ }
1138
+ ],
1139
+ "returnType": "Promise<unknown>",
1140
+ "returnDescription": null
1141
+ }
1142
+ ],
1143
+ "members": [],
1144
+ "structuredRows": []
1145
+ },
1146
+ {
1147
+ "name": "resolveRuntimeBindingValueSync",
1148
+ "description": null,
1149
+ "isReadme": false,
1150
+ "examples": [],
1151
+ "kind": "function",
1152
+ "modulePath": "src/runtimeBindings.ts",
1153
+ "sourceLocation": {
1154
+ "filePath": "src/runtimeBindings.ts",
1155
+ "line": 116,
1156
+ "column": 1
1157
+ },
1158
+ "exportPaths": ["src/index.ts"],
1159
+ "relatedSymbols": ["RuntimeBindingResolutionContext"],
1160
+ "signatures": [
1161
+ {
1162
+ "label": "(binding: PropBinding, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => unknown",
1163
+ "parameters": [
1164
+ {
1165
+ "name": "binding",
1166
+ "type": "PropBinding",
1167
+ "required": true,
1168
+ "description": null
1169
+ },
1170
+ {
1171
+ "name": "context",
1172
+ "type": "RuntimeBindingResolutionContext",
1173
+ "required": true,
1174
+ "description": null
1175
+ },
1176
+ {
1177
+ "name": "diagnostics",
1178
+ "type": "DataSourceDiagnostic[]",
1179
+ "required": false,
1180
+ "description": null
1181
+ }
1182
+ ],
1183
+ "returnType": "unknown",
1184
+ "returnDescription": null
1185
+ }
1186
+ ],
1187
+ "members": [],
1188
+ "structuredRows": []
1189
+ },
1190
+ {
1191
+ "name": "resolveScreenApiLoaders",
1192
+ "description": null,
1193
+ "isReadme": false,
1194
+ "examples": [],
1195
+ "kind": "function",
1196
+ "modulePath": "src/runtimeScreenLoaders.ts",
1197
+ "sourceLocation": {
1198
+ "filePath": "src/runtimeScreenLoaders.ts",
1199
+ "line": 44,
1200
+ "column": 1
1201
+ },
1202
+ "exportPaths": ["src/index.ts"],
1203
+ "relatedSymbols": [],
1204
+ "signatures": [
1205
+ {
1206
+ "label": "(screen: ScreenSpec) => readonly ApiScreenDataLoaderDefinition[]",
1207
+ "parameters": [
1208
+ {
1209
+ "name": "screen",
1210
+ "type": "ScreenSpec",
1211
+ "required": true,
1212
+ "description": null
1213
+ }
1214
+ ],
1215
+ "returnType": "readonly ApiScreenDataLoaderDefinition[]",
1216
+ "returnDescription": null
1217
+ }
1218
+ ],
1219
+ "members": [],
1220
+ "structuredRows": []
1221
+ },
1222
+ {
1223
+ "name": "resolveScreenOperationLoaders",
1224
+ "description": null,
1225
+ "isReadme": false,
1226
+ "examples": [],
1227
+ "kind": "function",
1228
+ "modulePath": "src/runtimeScreenLoaders.ts",
1229
+ "sourceLocation": {
1230
+ "filePath": "src/runtimeScreenLoaders.ts",
1231
+ "line": 52,
1232
+ "column": 1
1233
+ },
1234
+ "exportPaths": ["src/index.ts"],
1235
+ "relatedSymbols": [],
1236
+ "signatures": [
1237
+ {
1238
+ "label": "(screen: ScreenSpec) => readonly OperationScreenDataLoaderDefinition[]",
1239
+ "parameters": [
1240
+ {
1241
+ "name": "screen",
1242
+ "type": "ScreenSpec",
1243
+ "required": true,
1244
+ "description": null
1245
+ }
1246
+ ],
1247
+ "returnType": "readonly OperationScreenDataLoaderDefinition[]",
1248
+ "returnDescription": null
1249
+ }
1250
+ ],
1251
+ "members": [],
1252
+ "structuredRows": []
1253
+ },
1254
+ {
1255
+ "name": "RUNTIME_CAPABILITIES",
1256
+ "description": null,
1257
+ "isReadme": false,
1258
+ "examples": [],
1259
+ "kind": "value",
1260
+ "modulePath": "src/runtimeManifest.ts",
1261
+ "sourceLocation": {
1262
+ "filePath": "src/runtimeManifest.ts",
1263
+ "line": 1,
1264
+ "column": 14
1265
+ },
1266
+ "exportPaths": ["src/index.ts"],
1267
+ "relatedSymbols": [],
1268
+ "signatures": [],
1269
+ "members": [],
1270
+ "structuredRows": []
1271
+ },
1272
+ {
1273
+ "name": "RUNTIME_MANIFEST_KIND",
1274
+ "description": null,
1275
+ "isReadme": false,
1276
+ "examples": [],
1277
+ "kind": "value",
1278
+ "modulePath": "src/runtimeManifest.ts",
1279
+ "sourceLocation": {
1280
+ "filePath": "src/runtimeManifest.ts",
1281
+ "line": 8,
1282
+ "column": 14
1283
+ },
1284
+ "exportPaths": ["src/index.ts"],
1285
+ "relatedSymbols": [],
1286
+ "signatures": [],
1287
+ "members": [],
1288
+ "structuredRows": []
1289
+ },
1290
+ {
1291
+ "name": "RuntimeAction",
1292
+ "description": null,
1293
+ "isReadme": false,
1294
+ "examples": [],
1295
+ "kind": "unknown",
1296
+ "modulePath": "src/RuntimeRendererConfig.tsx",
1297
+ "sourceLocation": {
1298
+ "filePath": "src/RuntimeRendererConfig.tsx",
1299
+ "line": 43,
1300
+ "column": 1
1301
+ },
1302
+ "exportPaths": ["src/index.ts"],
1303
+ "relatedSymbols": [],
1304
+ "signatures": [],
1305
+ "members": [],
1306
+ "structuredRows": []
1307
+ },
1308
+ {
1309
+ "name": "RuntimeActionDescriptor",
1310
+ "description": null,
1311
+ "isReadme": false,
1312
+ "examples": [],
1313
+ "kind": "type",
1314
+ "modulePath": "src/runtimeManifest.ts",
1315
+ "sourceLocation": {
1316
+ "filePath": "src/runtimeManifest.ts",
1317
+ "line": 24,
1318
+ "column": 1
1319
+ },
1320
+ "exportPaths": ["src/index.ts"],
1321
+ "relatedSymbols": [],
1322
+ "signatures": [],
1323
+ "members": [
1324
+ {
1325
+ "name": "capability",
1326
+ "kind": "property",
1327
+ "type": "\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\" | undefined",
1328
+ "required": false,
1329
+ "description": null
1330
+ },
1331
+ {
1332
+ "name": "data",
1333
+ "kind": "property",
1334
+ "type": "Data | undefined",
1335
+ "required": false,
1336
+ "description": null
1337
+ },
1338
+ {
1339
+ "name": "description",
1340
+ "kind": "property",
1341
+ "type": "string | undefined",
1342
+ "required": false,
1343
+ "description": null
1344
+ },
1345
+ {
1346
+ "name": "id",
1347
+ "kind": "property",
1348
+ "type": "string",
1349
+ "required": true,
1350
+ "description": null
1351
+ }
1352
+ ],
1353
+ "structuredRows": []
1354
+ },
1355
+ {
1356
+ "name": "RuntimeActionExecutor",
1357
+ "description": null,
1358
+ "isReadme": false,
1359
+ "examples": [],
1360
+ "kind": "unknown",
1361
+ "modulePath": "src/RuntimeRendererConfig.tsx",
1362
+ "sourceLocation": {
1363
+ "filePath": "src/RuntimeRendererConfig.tsx",
1364
+ "line": 46,
1365
+ "column": 1
1366
+ },
1367
+ "exportPaths": ["src/index.ts"],
1368
+ "relatedSymbols": [],
1369
+ "signatures": [],
1370
+ "members": [],
1371
+ "structuredRows": []
1372
+ },
1373
+ {
1374
+ "name": "RuntimeActionHandler",
1375
+ "description": null,
1376
+ "isReadme": false,
1377
+ "examples": [],
1378
+ "kind": "unknown",
1379
+ "modulePath": "src/RuntimeRendererConfig.tsx",
1380
+ "sourceLocation": {
1381
+ "filePath": "src/RuntimeRendererConfig.tsx",
1382
+ "line": 44,
1383
+ "column": 1
1384
+ },
1385
+ "exportPaths": ["src/index.ts"],
1386
+ "relatedSymbols": [],
1387
+ "signatures": [],
1388
+ "members": [],
1389
+ "structuredRows": []
1390
+ },
1391
+ {
1392
+ "name": "RuntimeActionHandlerArgs",
1393
+ "description": null,
1394
+ "isReadme": false,
1395
+ "examples": [],
1396
+ "kind": "type",
1397
+ "modulePath": "src/RuntimeRendererConfig.tsx",
1398
+ "sourceLocation": {
1399
+ "filePath": "src/RuntimeRendererConfig.tsx",
1400
+ "line": 36,
1401
+ "column": 1
1402
+ },
1403
+ "exportPaths": ["src/index.ts"],
1404
+ "relatedSymbols": ["RuntimeAction"],
1405
+ "signatures": [],
1406
+ "members": [
1407
+ {
1408
+ "name": "action",
1409
+ "kind": "property",
1410
+ "type": "RuntimeAction",
1411
+ "required": true,
1412
+ "description": null
1413
+ },
1414
+ {
1415
+ "name": "event",
1416
+ "kind": "property",
1417
+ "type": "ComponentEventDto<string, object> | undefined",
1418
+ "required": false,
1419
+ "description": null
1420
+ },
1421
+ {
1422
+ "name": "node",
1423
+ "kind": "property",
1424
+ "type": "UiNode | undefined",
1425
+ "required": false,
1426
+ "description": null
1427
+ },
1428
+ {
1429
+ "name": "resolvedPayload",
1430
+ "kind": "property",
1431
+ "type": "object | undefined",
1432
+ "required": false,
1433
+ "description": null
1434
+ }
1435
+ ],
1436
+ "structuredRows": []
1437
+ },
1438
+ {
1439
+ "name": "RuntimeActionHandlers",
1440
+ "description": null,
1441
+ "isReadme": false,
1442
+ "examples": [],
1443
+ "kind": "unknown",
1444
+ "modulePath": "src/RuntimeRendererConfig.tsx",
1445
+ "sourceLocation": {
1446
+ "filePath": "src/RuntimeRendererConfig.tsx",
1447
+ "line": 45,
1448
+ "column": 1
1449
+ },
1450
+ "exportPaths": ["src/index.ts"],
1451
+ "relatedSymbols": [],
1452
+ "signatures": [],
1453
+ "members": [],
1454
+ "structuredRows": []
1455
+ },
1456
+ {
1457
+ "name": "RuntimeActionRegistry",
1458
+ "description": null,
1459
+ "isReadme": false,
1460
+ "examples": [],
1461
+ "kind": "type",
1462
+ "modulePath": "src/runtimeActionRegistry.ts",
1463
+ "sourceLocation": {
1464
+ "filePath": "src/runtimeActionRegistry.ts",
1465
+ "line": 31,
1466
+ "column": 1
1467
+ },
1468
+ "exportPaths": ["src/index.ts"],
1469
+ "relatedSymbols": ["RuntimeActionHandler", "RuntimeComponentEventDispatchArgs"],
1470
+ "signatures": [],
1471
+ "members": [
1472
+ {
1473
+ "name": "dispatchComponentEvent",
1474
+ "kind": "method",
1475
+ "type": "(args: RuntimeComponentEventDispatchArgs) => Promise<void>",
1476
+ "required": true,
1477
+ "description": null
1478
+ },
1479
+ {
1480
+ "name": "registerActionHandler",
1481
+ "kind": "method",
1482
+ "type": "(type: string, handler: RuntimeActionHandler) => () => void",
1483
+ "required": true,
1484
+ "description": null
1485
+ }
1486
+ ],
1487
+ "structuredRows": []
1488
+ },
1489
+ {
1490
+ "name": "RuntimeActionResolutionArgs",
1491
+ "description": null,
1492
+ "isReadme": false,
1493
+ "examples": [],
1494
+ "kind": "type",
1495
+ "modulePath": "src/runtimeActionRegistry.ts",
1496
+ "sourceLocation": {
1497
+ "filePath": "src/runtimeActionRegistry.ts",
1498
+ "line": 42,
1499
+ "column": 1
1500
+ },
1501
+ "exportPaths": ["src/index.ts"],
1502
+ "relatedSymbols": [],
1503
+ "signatures": [],
1504
+ "members": [
1505
+ {
1506
+ "name": "context",
1507
+ "kind": "property",
1508
+ "type": "Record<string, unknown> | undefined",
1509
+ "required": false,
1510
+ "description": null
1511
+ },
1512
+ {
1513
+ "name": "event",
1514
+ "kind": "property",
1515
+ "type": "ComponentEventDto<string, object>",
1516
+ "required": true,
1517
+ "description": null
1518
+ },
1519
+ {
1520
+ "name": "operationResults",
1521
+ "kind": "property",
1522
+ "type": "Readonly<Record<string, BindingValue | undefined>> | undefined",
1523
+ "required": false,
1524
+ "description": null
1525
+ },
1526
+ {
1527
+ "name": "state",
1528
+ "kind": "property",
1529
+ "type": "Record<string, unknown> | undefined",
1530
+ "required": false,
1531
+ "description": null
1532
+ }
1533
+ ],
1534
+ "structuredRows": []
1535
+ },
1536
+ {
1537
+ "name": "RuntimeActionResolutionScope",
1538
+ "description": null,
1539
+ "isReadme": false,
1540
+ "examples": [],
1541
+ "kind": "type",
1542
+ "modulePath": "src/runtimeActionRegistry.ts",
1543
+ "sourceLocation": {
1544
+ "filePath": "src/runtimeActionRegistry.ts",
1545
+ "line": 36,
1546
+ "column": 1
1547
+ },
1548
+ "exportPaths": ["src/index.ts"],
1549
+ "relatedSymbols": [],
1550
+ "signatures": [],
1551
+ "members": [
1552
+ {
1553
+ "name": "context",
1554
+ "kind": "property",
1555
+ "type": "Record<string, unknown> | undefined",
1556
+ "required": false,
1557
+ "description": null
1558
+ },
1559
+ {
1560
+ "name": "operationResults",
1561
+ "kind": "property",
1562
+ "type": "Readonly<Record<string, BindingValue | undefined>> | undefined",
1563
+ "required": false,
1564
+ "description": null
1565
+ },
1566
+ {
1567
+ "name": "state",
1568
+ "kind": "property",
1569
+ "type": "Record<string, unknown> | undefined",
1570
+ "required": false,
1571
+ "description": null
1572
+ }
1573
+ ],
1574
+ "structuredRows": []
1575
+ },
1576
+ {
1577
+ "name": "RuntimeAdapterDescriptor",
1578
+ "description": null,
1579
+ "isReadme": false,
1580
+ "examples": [],
1581
+ "kind": "type",
1582
+ "modulePath": "src/runtimeManifest.ts",
1583
+ "sourceLocation": {
1584
+ "filePath": "src/runtimeManifest.ts",
1585
+ "line": 39,
1586
+ "column": 1
1587
+ },
1588
+ "exportPaths": ["src/index.ts"],
1589
+ "relatedSymbols": [],
1590
+ "signatures": [],
1591
+ "members": [
1592
+ {
1593
+ "name": "id",
1594
+ "kind": "property",
1595
+ "type": "string",
1596
+ "required": true,
1597
+ "description": null
1598
+ },
1599
+ {
1600
+ "name": "kind",
1601
+ "kind": "property",
1602
+ "type": "string",
1603
+ "required": true,
1604
+ "description": null
1605
+ },
1606
+ {
1607
+ "name": "options",
1608
+ "kind": "property",
1609
+ "type": "Options | undefined",
1610
+ "required": false,
1611
+ "description": null
1612
+ }
1613
+ ],
1614
+ "structuredRows": []
1615
+ },
1616
+ {
1617
+ "name": "RuntimeApiLoaderDefinition",
1618
+ "description": null,
1619
+ "isReadme": false,
1620
+ "examples": [],
1621
+ "kind": "unknown",
1622
+ "modulePath": "src/runtimeApiLoaders.ts",
1623
+ "sourceLocation": {
1624
+ "filePath": "src/runtimeApiLoaders.ts",
1625
+ "line": 17,
1626
+ "column": 1
1627
+ },
1628
+ "exportPaths": ["src/index.ts"],
1629
+ "relatedSymbols": [],
1630
+ "signatures": [],
1631
+ "members": [],
1632
+ "structuredRows": []
1633
+ },
1634
+ {
1635
+ "name": "RuntimeApiLoaderDiagnostic",
1636
+ "description": null,
1637
+ "isReadme": false,
1638
+ "examples": [],
1639
+ "kind": "type",
1640
+ "modulePath": "src/runtimeApiLoaders.ts",
1641
+ "sourceLocation": {
1642
+ "filePath": "src/runtimeApiLoaders.ts",
1643
+ "line": 19,
1644
+ "column": 1
1645
+ },
1646
+ "exportPaths": ["src/index.ts"],
1647
+ "relatedSymbols": [],
1648
+ "signatures": [],
1649
+ "members": [
1650
+ {
1651
+ "name": "apiId",
1652
+ "kind": "property",
1653
+ "type": "string | undefined",
1654
+ "required": false,
1655
+ "description": null
1656
+ },
1657
+ {
1658
+ "name": "code",
1659
+ "kind": "property",
1660
+ "type": "\"invalid-record\" | \"missing-api\" | \"missing-target-path\" | \"state-set-failed\" | \"unsupported-loader\"",
1661
+ "required": true,
1662
+ "description": null
1663
+ },
1664
+ {
1665
+ "name": "message",
1666
+ "kind": "property",
1667
+ "type": "string",
1668
+ "required": true,
1669
+ "description": null
1670
+ },
1671
+ {
1672
+ "name": "targetPath",
1673
+ "kind": "property",
1674
+ "type": "string | undefined",
1675
+ "required": false,
1676
+ "description": null
1677
+ }
1678
+ ],
1679
+ "structuredRows": []
1680
+ },
1681
+ {
1682
+ "name": "RuntimeApiLoaderExecutionResult",
1683
+ "description": null,
1684
+ "isReadme": false,
1685
+ "examples": [],
1686
+ "kind": "type",
1687
+ "modulePath": "src/runtimeApiLoaders.ts",
1688
+ "sourceLocation": {
1689
+ "filePath": "src/runtimeApiLoaders.ts",
1690
+ "line": 31,
1691
+ "column": 1
1692
+ },
1693
+ "exportPaths": ["src/index.ts"],
1694
+ "relatedSymbols": ["RuntimeApiLoaderDiagnostic"],
1695
+ "signatures": [],
1696
+ "members": [
1697
+ {
1698
+ "name": "diagnostics",
1699
+ "kind": "property",
1700
+ "type": "readonly RuntimeApiLoaderDiagnostic[]",
1701
+ "required": true,
1702
+ "description": null
1703
+ }
1704
+ ],
1705
+ "structuredRows": []
1706
+ },
1707
+ {
1708
+ "name": "RuntimeApiLoaderMaterializationResult",
1709
+ "description": null,
1710
+ "isReadme": false,
1711
+ "examples": [],
1712
+ "kind": "type",
1713
+ "modulePath": "src/runtimeApiLoaders.ts",
1714
+ "sourceLocation": {
1715
+ "filePath": "src/runtimeApiLoaders.ts",
1716
+ "line": 35,
1717
+ "column": 1
1718
+ },
1719
+ "exportPaths": ["src/index.ts"],
1720
+ "relatedSymbols": ["RuntimeApiLoaderDiagnostic"],
1721
+ "signatures": [],
1722
+ "members": [
1723
+ {
1724
+ "name": "diagnostics",
1725
+ "kind": "property",
1726
+ "type": "readonly RuntimeApiLoaderDiagnostic[]",
1727
+ "required": true,
1728
+ "description": null
1729
+ },
1730
+ {
1731
+ "name": "state",
1732
+ "kind": "property",
1733
+ "type": "Readonly<Record<string, StateValue>>",
1734
+ "required": true,
1735
+ "description": null
1736
+ }
1737
+ ],
1738
+ "structuredRows": []
1739
+ },
1740
+ {
1741
+ "name": "RuntimeApiLoaderMode",
1742
+ "description": null,
1743
+ "isReadme": false,
1744
+ "examples": [],
1745
+ "kind": "unknown",
1746
+ "modulePath": "src/runtimeApiLoaders.ts",
1747
+ "sourceLocation": {
1748
+ "filePath": "src/runtimeApiLoaders.ts",
1749
+ "line": 15,
1750
+ "column": 1
1751
+ },
1752
+ "exportPaths": ["src/index.ts"],
1753
+ "relatedSymbols": [],
1754
+ "signatures": [],
1755
+ "members": [],
1756
+ "structuredRows": []
1757
+ },
1758
+ {
1759
+ "name": "RuntimeBindingDescriptor",
1760
+ "description": null,
1761
+ "isReadme": false,
1762
+ "examples": [],
1763
+ "kind": "type",
1764
+ "modulePath": "src/runtimeManifest.ts",
1765
+ "sourceLocation": {
1766
+ "filePath": "src/runtimeManifest.ts",
1767
+ "line": 31,
1768
+ "column": 1
1769
+ },
1770
+ "exportPaths": ["src/index.ts"],
1771
+ "relatedSymbols": [],
1772
+ "signatures": [],
1773
+ "members": [
1774
+ {
1775
+ "name": "actionId",
1776
+ "kind": "property",
1777
+ "type": "string | undefined",
1778
+ "required": false,
1779
+ "description": null
1780
+ },
1781
+ {
1782
+ "name": "id",
1783
+ "kind": "property",
1784
+ "type": "string",
1785
+ "required": true,
1786
+ "description": null
1787
+ },
1788
+ {
1789
+ "name": "source",
1790
+ "kind": "property",
1791
+ "type": "string",
1792
+ "required": true,
1793
+ "description": null
1794
+ },
1795
+ {
1796
+ "name": "target",
1797
+ "kind": "property",
1798
+ "type": "string",
1799
+ "required": true,
1800
+ "description": null
1801
+ },
1802
+ {
1803
+ "name": "value",
1804
+ "kind": "property",
1805
+ "type": "Value | undefined",
1806
+ "required": false,
1807
+ "description": null
1808
+ }
1809
+ ],
1810
+ "structuredRows": []
1811
+ },
1812
+ {
1813
+ "name": "RuntimeBindingOperationExecutionArgs",
1814
+ "description": null,
1815
+ "isReadme": false,
1816
+ "examples": [],
1817
+ "kind": "type",
1818
+ "modulePath": "src/runtimeBindings.ts",
1819
+ "sourceLocation": {
1820
+ "filePath": "src/runtimeBindings.ts",
1821
+ "line": 22,
1822
+ "column": 1
1823
+ },
1824
+ "exportPaths": ["src/index.ts"],
1825
+ "relatedSymbols": [],
1826
+ "signatures": [],
1827
+ "members": [
1828
+ {
1829
+ "name": "dataSource",
1830
+ "kind": "property",
1831
+ "type": "DataSourceConfig",
1832
+ "required": true,
1833
+ "description": null
1834
+ },
1835
+ {
1836
+ "name": "endpoint",
1837
+ "kind": "property",
1838
+ "type": "DataEndpointConfig | undefined",
1839
+ "required": false,
1840
+ "description": null
1841
+ },
1842
+ {
1843
+ "name": "input",
1844
+ "kind": "property",
1845
+ "type": "BindingValue | undefined",
1846
+ "required": false,
1847
+ "description": null
1848
+ },
1849
+ {
1850
+ "name": "node",
1851
+ "kind": "property",
1852
+ "type": "UiNode | undefined",
1853
+ "required": false,
1854
+ "description": null
1855
+ },
1856
+ {
1857
+ "name": "operation",
1858
+ "kind": "property",
1859
+ "type": "BindingOperationRef",
1860
+ "required": true,
1861
+ "description": null
1862
+ }
1863
+ ],
1864
+ "structuredRows": []
1865
+ },
1866
+ {
1867
+ "name": "RuntimeBindingOperationExecutionResult",
1868
+ "description": null,
1869
+ "isReadme": false,
1870
+ "examples": [],
1871
+ "kind": "unknown",
1872
+ "modulePath": "src/runtimeBindings.ts",
1873
+ "sourceLocation": {
1874
+ "filePath": "src/runtimeBindings.ts",
1875
+ "line": 30,
1876
+ "column": 1
1877
+ },
1878
+ "exportPaths": ["src/index.ts"],
1879
+ "relatedSymbols": [],
1880
+ "signatures": [],
1881
+ "members": [],
1882
+ "structuredRows": []
1883
+ },
1884
+ {
1885
+ "name": "RuntimeBindingOperationExecutor",
1886
+ "description": null,
1887
+ "isReadme": false,
1888
+ "examples": [],
1889
+ "kind": "unknown",
1890
+ "modulePath": "src/runtimeBindings.ts",
1891
+ "sourceLocation": {
1892
+ "filePath": "src/runtimeBindings.ts",
1893
+ "line": 41,
1894
+ "column": 1
1895
+ },
1896
+ "exportPaths": ["src/index.ts"],
1897
+ "relatedSymbols": [],
1898
+ "signatures": [],
1899
+ "members": [],
1900
+ "structuredRows": []
1901
+ },
1902
+ {
1903
+ "name": "RuntimeBindingOperationKey",
1904
+ "description": null,
1905
+ "isReadme": false,
1906
+ "examples": [],
1907
+ "kind": "unknown",
1908
+ "modulePath": "src/runtimeBindings.ts",
1909
+ "sourceLocation": {
1910
+ "filePath": "src/runtimeBindings.ts",
1911
+ "line": 20,
1912
+ "column": 1
1913
+ },
1914
+ "exportPaths": ["src/index.ts"],
1915
+ "relatedSymbols": [],
1916
+ "signatures": [],
1917
+ "members": [],
1918
+ "structuredRows": []
1919
+ },
1920
+ {
1921
+ "name": "RuntimeBindingOperationResultCache",
1922
+ "description": null,
1923
+ "isReadme": false,
1924
+ "examples": [],
1925
+ "kind": "unknown",
1926
+ "modulePath": "src/runtimeBindings.ts",
1927
+ "sourceLocation": {
1928
+ "filePath": "src/runtimeBindings.ts",
1929
+ "line": 45,
1930
+ "column": 1
1931
+ },
1932
+ "exportPaths": ["src/index.ts"],
1933
+ "relatedSymbols": [],
1934
+ "signatures": [],
1935
+ "members": [],
1936
+ "structuredRows": []
1937
+ },
1938
+ {
1939
+ "name": "RuntimeBindingOperationResultWriter",
1940
+ "description": null,
1941
+ "isReadme": false,
1942
+ "examples": [],
1943
+ "kind": "unknown",
1944
+ "modulePath": "src/runtimeBindings.ts",
1945
+ "sourceLocation": {
1946
+ "filePath": "src/runtimeBindings.ts",
1947
+ "line": 49,
1948
+ "column": 1
1949
+ },
1950
+ "exportPaths": ["src/index.ts"],
1951
+ "relatedSymbols": [],
1952
+ "signatures": [],
1953
+ "members": [],
1954
+ "structuredRows": []
1955
+ },
1956
+ {
1957
+ "name": "RuntimeBindingResolutionArgs",
1958
+ "description": null,
1959
+ "isReadme": false,
1960
+ "examples": [],
1961
+ "kind": "type",
1962
+ "modulePath": "src/runtimeBindings.ts",
1963
+ "sourceLocation": {
1964
+ "filePath": "src/runtimeBindings.ts",
1965
+ "line": 64,
1966
+ "column": 1
1967
+ },
1968
+ "exportPaths": ["src/index.ts"],
1969
+ "relatedSymbols": ["RuntimeBindingOperationExecutor"],
1970
+ "signatures": [],
1971
+ "members": [
1972
+ {
1973
+ "name": "context",
1974
+ "kind": "property",
1975
+ "type": "Record<string, unknown> | undefined",
1976
+ "required": false,
1977
+ "description": null
1978
+ },
1979
+ {
1980
+ "name": "dataBindings",
1981
+ "kind": "property",
1982
+ "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1983
+ "required": false,
1984
+ "description": null
1985
+ },
1986
+ {
1987
+ "name": "dataSources",
1988
+ "kind": "property",
1989
+ "type": "Readonly<Record<string, DataSourceConfig>> | undefined",
1990
+ "required": false,
1991
+ "description": null
1992
+ },
1993
+ {
1994
+ "name": "event",
1995
+ "kind": "property",
1996
+ "type": "ComponentEventDto<string, object> | undefined",
1997
+ "required": false,
1998
+ "description": null
1999
+ },
2000
+ {
2001
+ "name": "executeOperation",
2002
+ "kind": "property",
2003
+ "type": "RuntimeBindingOperationExecutor | undefined",
2004
+ "required": false,
2005
+ "description": null
2006
+ },
2007
+ {
2008
+ "name": "node",
2009
+ "kind": "property",
2010
+ "type": "UiNode",
2011
+ "required": true,
2012
+ "description": null
2013
+ },
2014
+ {
2015
+ "name": "operationResults",
2016
+ "kind": "property",
2017
+ "type": "Readonly<Record<string, BindingValue | undefined>> | undefined",
2018
+ "required": false,
2019
+ "description": null
2020
+ },
2021
+ {
2022
+ "name": "props",
2023
+ "kind": "property",
2024
+ "type": "Record<string, unknown>",
2025
+ "required": true,
2026
+ "description": null
2027
+ },
2028
+ {
2029
+ "name": "stateAdapter",
2030
+ "kind": "property",
2031
+ "type": "StateAdapter | undefined",
2032
+ "required": false,
2033
+ "description": null
2034
+ }
2035
+ ],
2036
+ "structuredRows": []
2037
+ },
2038
+ {
2039
+ "name": "RuntimeBindingResolutionContext",
2040
+ "description": null,
2041
+ "isReadme": false,
2042
+ "examples": [],
2043
+ "kind": "type",
2044
+ "modulePath": "src/runtimeBindings.ts",
2045
+ "sourceLocation": {
2046
+ "filePath": "src/runtimeBindings.ts",
2047
+ "line": 54,
2048
+ "column": 1
2049
+ },
2050
+ "exportPaths": ["src/index.ts"],
2051
+ "relatedSymbols": ["RuntimeBindingOperationExecutor"],
2052
+ "signatures": [],
2053
+ "members": [
2054
+ {
2055
+ "name": "context",
2056
+ "kind": "property",
2057
+ "type": "Record<string, unknown> | undefined",
2058
+ "required": false,
2059
+ "description": null
2060
+ },
2061
+ {
2062
+ "name": "dataBindings",
2063
+ "kind": "property",
2064
+ "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2065
+ "required": false,
2066
+ "description": null
2067
+ },
2068
+ {
2069
+ "name": "dataSources",
2070
+ "kind": "property",
2071
+ "type": "Readonly<Record<string, DataSourceConfig>> | undefined",
2072
+ "required": false,
2073
+ "description": null
2074
+ },
2075
+ {
2076
+ "name": "event",
2077
+ "kind": "property",
2078
+ "type": "ComponentEventDto<string, object> | undefined",
2079
+ "required": false,
2080
+ "description": null
2081
+ },
2082
+ {
2083
+ "name": "executeOperation",
2084
+ "kind": "property",
2085
+ "type": "RuntimeBindingOperationExecutor | undefined",
2086
+ "required": false,
2087
+ "description": null
2088
+ },
2089
+ {
2090
+ "name": "operationResults",
2091
+ "kind": "property",
2092
+ "type": "Readonly<Record<string, BindingValue | undefined>> | undefined",
2093
+ "required": false,
2094
+ "description": null
2095
+ },
2096
+ {
2097
+ "name": "stateAdapter",
2098
+ "kind": "property",
2099
+ "type": "StateAdapter | undefined",
2100
+ "required": false,
2101
+ "description": null
2102
+ }
2103
+ ],
2104
+ "structuredRows": []
2105
+ },
2106
+ {
2107
+ "name": "RuntimeBindingResolutionResult",
2108
+ "description": null,
2109
+ "isReadme": false,
2110
+ "examples": [],
2111
+ "kind": "type",
2112
+ "modulePath": "src/runtimeBindings.ts",
2113
+ "sourceLocation": {
2114
+ "filePath": "src/runtimeBindings.ts",
2115
+ "line": 69,
2116
+ "column": 1
2117
+ },
2118
+ "exportPaths": ["src/index.ts"],
2119
+ "relatedSymbols": [],
2120
+ "signatures": [],
2121
+ "members": [
2122
+ {
2123
+ "name": "diagnostics",
2124
+ "kind": "property",
2125
+ "type": "readonly DataSourceDiagnostic[]",
2126
+ "required": true,
2127
+ "description": null
2128
+ },
2129
+ {
2130
+ "name": "props",
2131
+ "kind": "property",
2132
+ "type": "Record<string, unknown>",
2133
+ "required": true,
2134
+ "description": null
2135
+ }
2136
+ ],
2137
+ "structuredRows": []
2138
+ },
2139
+ {
2140
+ "name": "RuntimeCapability",
2141
+ "description": null,
2142
+ "isReadme": false,
2143
+ "examples": [],
2144
+ "kind": "unknown",
2145
+ "modulePath": "src/runtimeManifest.ts",
2146
+ "sourceLocation": {
2147
+ "filePath": "src/runtimeManifest.ts",
2148
+ "line": 10,
2149
+ "column": 1
2150
+ },
2151
+ "exportPaths": ["src/index.ts"],
2152
+ "relatedSymbols": [],
2153
+ "signatures": [],
2154
+ "members": [],
2155
+ "structuredRows": []
2156
+ },
2157
+ {
2158
+ "name": "RuntimeComponentEventDispatchArgs",
2159
+ "description": null,
2160
+ "isReadme": false,
2161
+ "examples": [],
2162
+ "kind": "type",
2163
+ "modulePath": "src/runtimeActionRegistry.ts",
2164
+ "sourceLocation": {
2165
+ "filePath": "src/runtimeActionRegistry.ts",
2166
+ "line": 46,
2167
+ "column": 1
2168
+ },
2169
+ "exportPaths": ["src/index.ts"],
2170
+ "relatedSymbols": [
2171
+ "RuntimeActionHandler",
2172
+ "RuntimeBindingOperationExecutor",
2173
+ "RuntimeBindingOperationResultWriter"
2174
+ ],
2175
+ "signatures": [],
2176
+ "members": [
2177
+ {
2178
+ "name": "context",
2179
+ "kind": "property",
2180
+ "type": "Record<string, unknown> | undefined",
2181
+ "required": false,
2182
+ "description": null
2183
+ },
2184
+ {
2185
+ "name": "dataBindings",
2186
+ "kind": "property",
2187
+ "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2188
+ "required": false,
2189
+ "description": null
2190
+ },
2191
+ {
2192
+ "name": "dataSources",
2193
+ "kind": "property",
2194
+ "type": "Readonly<Record<string, DataSourceConfig>> | undefined",
2195
+ "required": false,
2196
+ "description": null
2197
+ },
2198
+ {
2199
+ "name": "event",
2200
+ "kind": "property",
2201
+ "type": "ComponentEventDto<string, object>",
2202
+ "required": true,
2203
+ "description": null
2204
+ },
2205
+ {
2206
+ "name": "eventName",
2207
+ "kind": "property",
2208
+ "type": "string | undefined",
2209
+ "required": false,
2210
+ "description": null
2211
+ },
2212
+ {
2213
+ "name": "executeAction",
2214
+ "kind": "property",
2215
+ "type": "RuntimeActionHandler | undefined",
2216
+ "required": false,
2217
+ "description": null
2218
+ },
2219
+ {
2220
+ "name": "executeOperation",
2221
+ "kind": "property",
2222
+ "type": "RuntimeBindingOperationExecutor | undefined",
2223
+ "required": false,
2224
+ "description": null
2225
+ },
2226
+ {
2227
+ "name": "node",
2228
+ "kind": "property",
2229
+ "type": "UiNode",
2230
+ "required": true,
2231
+ "description": null
2232
+ },
2233
+ {
2234
+ "name": "operationResults",
2235
+ "kind": "property",
2236
+ "type": "Readonly<Record<string, BindingValue | undefined>> | undefined",
2237
+ "required": false,
2238
+ "description": null
2239
+ },
2240
+ {
2241
+ "name": "state",
2242
+ "kind": "property",
2243
+ "type": "Record<string, unknown> | undefined",
2244
+ "required": false,
2245
+ "description": null
2246
+ },
2247
+ {
2248
+ "name": "writeOperationResult",
2249
+ "kind": "property",
2250
+ "type": "RuntimeBindingOperationResultWriter | undefined",
2251
+ "required": false,
2252
+ "description": null
2253
+ }
2254
+ ],
2255
+ "structuredRows": []
2256
+ },
2257
+ {
2258
+ "name": "RuntimeDataSourceOperationExecutorOptions",
2259
+ "description": null,
2260
+ "isReadme": false,
2261
+ "examples": [],
2262
+ "kind": "type",
2263
+ "modulePath": "src/runtimeDataSourceOperations.ts",
2264
+ "sourceLocation": {
2265
+ "filePath": "src/runtimeDataSourceOperations.ts",
2266
+ "line": 7,
2267
+ "column": 1
2268
+ },
2269
+ "exportPaths": ["src/index.ts"],
2270
+ "relatedSymbols": [],
2271
+ "signatures": [],
2272
+ "members": [
2273
+ {
2274
+ "name": "credentialResolver",
2275
+ "kind": "property",
2276
+ "type": "EndpointTestCredentialResolver | undefined",
2277
+ "required": false,
2278
+ "description": null
2279
+ },
2280
+ {
2281
+ "name": "fetch",
2282
+ "kind": "property",
2283
+ "type": "EndpointTestFetch",
2284
+ "required": true,
2285
+ "description": null
2286
+ }
2287
+ ],
2288
+ "structuredRows": []
2289
+ },
2290
+ {
2291
+ "name": "RuntimeDbPersistError",
2292
+ "description": null,
2293
+ "isReadme": false,
2294
+ "examples": [],
2295
+ "kind": "type",
2296
+ "modulePath": "src/runtimeDbPersist.ts",
2297
+ "sourceLocation": {
2298
+ "filePath": "src/runtimeDbPersist.ts",
2299
+ "line": 16,
2300
+ "column": 1
2301
+ },
2302
+ "exportPaths": ["src/index.ts"],
2303
+ "relatedSymbols": [],
2304
+ "signatures": [],
2305
+ "members": [
2306
+ {
2307
+ "name": "code",
2308
+ "kind": "property",
2309
+ "type": "string",
2310
+ "required": true,
2311
+ "description": null
2312
+ },
2313
+ {
2314
+ "name": "message",
2315
+ "kind": "property",
2316
+ "type": "string",
2317
+ "required": true,
2318
+ "description": null
2319
+ }
2320
+ ],
2321
+ "structuredRows": []
2322
+ },
2323
+ {
2324
+ "name": "RuntimeDbPersistExecutionResult",
2325
+ "description": null,
2326
+ "isReadme": false,
2327
+ "examples": [],
2328
+ "kind": "unknown",
2329
+ "modulePath": "src/runtimeDbPersist.ts",
2330
+ "sourceLocation": {
2331
+ "filePath": "src/runtimeDbPersist.ts",
2332
+ "line": 21,
2333
+ "column": 1
2334
+ },
2335
+ "exportPaths": ["src/index.ts"],
2336
+ "relatedSymbols": [],
2337
+ "signatures": [],
2338
+ "members": [],
2339
+ "structuredRows": []
2340
+ },
2341
+ {
2342
+ "name": "RuntimeDbPersistResult",
2343
+ "description": null,
2344
+ "isReadme": false,
2345
+ "examples": [],
2346
+ "kind": "type",
2347
+ "modulePath": "src/runtimeDbPersist.ts",
2348
+ "sourceLocation": {
2349
+ "filePath": "src/runtimeDbPersist.ts",
2350
+ "line": 11,
2351
+ "column": 1
2352
+ },
2353
+ "exportPaths": ["src/index.ts"],
2354
+ "relatedSymbols": [],
2355
+ "signatures": [],
2356
+ "members": [
2357
+ {
2358
+ "name": "input",
2359
+ "kind": "property",
2360
+ "type": "DbInsertInput<DbRecord>",
2361
+ "required": true,
2362
+ "description": null
2363
+ },
2364
+ {
2365
+ "name": "result",
2366
+ "kind": "property",
2367
+ "type": "DbResult<DbRecord[]>",
2368
+ "required": true,
2369
+ "description": null
2370
+ }
2371
+ ],
2372
+ "structuredRows": []
2373
+ },
2374
+ {
2375
+ "name": "RuntimeDiagnostic",
2376
+ "description": null,
2377
+ "isReadme": false,
2378
+ "examples": [],
2379
+ "kind": "type",
2380
+ "modulePath": "src/runtimeManifest.ts",
2381
+ "sourceLocation": {
2382
+ "filePath": "src/runtimeManifest.ts",
2383
+ "line": 12,
2384
+ "column": 1
2385
+ },
2386
+ "exportPaths": ["src/index.ts"],
2387
+ "relatedSymbols": [],
2388
+ "signatures": [],
2389
+ "members": [
2390
+ {
2391
+ "name": "code",
2392
+ "kind": "property",
2393
+ "type": "string",
2394
+ "required": true,
2395
+ "description": null
2396
+ },
2397
+ {
2398
+ "name": "message",
2399
+ "kind": "property",
2400
+ "type": "string",
2401
+ "required": true,
2402
+ "description": null
2403
+ },
2404
+ {
2405
+ "name": "severity",
2406
+ "kind": "property",
2407
+ "type": "\"error\" | \"info\" | \"warning\"",
2408
+ "required": true,
2409
+ "description": null
2410
+ }
2411
+ ],
2412
+ "structuredRows": []
2413
+ },
2414
+ {
2415
+ "name": "RuntimeEventDiagnosticsReporter",
2416
+ "description": null,
2417
+ "isReadme": false,
2418
+ "examples": [],
2419
+ "kind": "type",
2420
+ "modulePath": "src/runtimeEventExecution.ts",
2421
+ "sourceLocation": {
2422
+ "filePath": "src/runtimeEventExecution.ts",
2423
+ "line": 9,
2424
+ "column": 1
2425
+ },
2426
+ "exportPaths": ["src/index.ts"],
2427
+ "relatedSymbols": [],
2428
+ "signatures": [],
2429
+ "members": [
2430
+ {
2431
+ "name": "consoleImpl",
2432
+ "kind": "property",
2433
+ "type": "Pick<Console, \"error\" | \"warn\"> | undefined",
2434
+ "required": false,
2435
+ "description": null
2436
+ },
2437
+ {
2438
+ "name": "onDiagnostics",
2439
+ "kind": "property",
2440
+ "type": "((diagnostics: readonly DataSourceDiagnostic[]) => void) | undefined",
2441
+ "required": false,
2442
+ "description": null
2443
+ }
2444
+ ],
2445
+ "structuredRows": []
2446
+ },
2447
+ {
2448
+ "name": "RuntimeEventPropWrapArgs",
2449
+ "description": null,
2450
+ "isReadme": false,
2451
+ "examples": [],
2452
+ "kind": "type",
2453
+ "modulePath": "src/runtimeActionRegistry.ts",
2454
+ "sourceLocation": {
2455
+ "filePath": "src/runtimeActionRegistry.ts",
2456
+ "line": 57,
2457
+ "column": 1
2458
+ },
2459
+ "exportPaths": ["src/index.ts"],
2460
+ "relatedSymbols": ["RuntimeComponentEventDispatchArgs"],
2461
+ "signatures": [],
2462
+ "members": [
2463
+ {
2464
+ "name": "context",
2465
+ "kind": "property",
2466
+ "type": "Record<string, unknown> | undefined",
2467
+ "required": false,
2468
+ "description": null
2469
+ },
2470
+ {
2471
+ "name": "dataBindings",
2472
+ "kind": "property",
2473
+ "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2474
+ "required": false,
2475
+ "description": null
2476
+ },
2477
+ {
2478
+ "name": "disableActions",
2479
+ "kind": "property",
2480
+ "type": "boolean",
2481
+ "required": true,
2482
+ "description": null
2483
+ },
2484
+ {
2485
+ "name": "dispatchComponentEvent",
2486
+ "kind": "property",
2487
+ "type": "(args: RuntimeComponentEventDispatchArgs) => Promise<void> | void",
2488
+ "required": true,
2489
+ "description": null
2490
+ },
2491
+ {
2492
+ "name": "node",
2493
+ "kind": "property",
2494
+ "type": "UiNode",
2495
+ "required": true,
2496
+ "description": null
2497
+ },
2498
+ {
2499
+ "name": "operationResults",
2500
+ "kind": "property",
2501
+ "type": "Readonly<Record<string, BindingValue | undefined>> | undefined",
2502
+ "required": false,
2503
+ "description": null
2504
+ },
2505
+ {
2506
+ "name": "props",
2507
+ "kind": "property",
2508
+ "type": "Record<string, unknown>",
2509
+ "required": true,
2510
+ "description": null
2511
+ },
2512
+ {
2513
+ "name": "state",
2514
+ "kind": "property",
2515
+ "type": "Record<string, unknown> | undefined",
2516
+ "required": false,
2517
+ "description": null
2518
+ }
2519
+ ],
2520
+ "structuredRows": []
2521
+ },
2522
+ {
2523
+ "name": "RuntimeManifest",
2524
+ "description": null,
2525
+ "isReadme": false,
2526
+ "examples": [],
2527
+ "kind": "type",
2528
+ "modulePath": "src/runtimeManifest.ts",
2529
+ "sourceLocation": {
2530
+ "filePath": "src/runtimeManifest.ts",
2531
+ "line": 45,
2532
+ "column": 1
2533
+ },
2534
+ "exportPaths": ["src/index.ts"],
2535
+ "relatedSymbols": [
2536
+ "RuntimeActionDescriptor",
2537
+ "RuntimeAdapterDescriptor",
2538
+ "RuntimeBindingDescriptor",
2539
+ "RuntimeDiagnostic",
2540
+ "RuntimeManifestConfig"
2541
+ ],
2542
+ "signatures": [],
2543
+ "members": [
2544
+ {
2545
+ "name": "actions",
2546
+ "kind": "property",
2547
+ "type": "readonly RuntimeActionDescriptor<unknown>[]",
2548
+ "required": true,
2549
+ "description": null
2550
+ },
2551
+ {
2552
+ "name": "adapters",
2553
+ "kind": "property",
2554
+ "type": "readonly RuntimeAdapterDescriptor<unknown>[]",
2555
+ "required": true,
2556
+ "description": null
2557
+ },
2558
+ {
2559
+ "name": "bindings",
2560
+ "kind": "property",
2561
+ "type": "readonly RuntimeBindingDescriptor<unknown>[]",
2562
+ "required": true,
2563
+ "description": null
2564
+ },
2565
+ {
2566
+ "name": "config",
2567
+ "kind": "property",
2568
+ "type": "RuntimeManifestConfig",
2569
+ "required": true,
2570
+ "description": null
2571
+ },
2572
+ {
2573
+ "name": "diagnostics",
2574
+ "kind": "property",
2575
+ "type": "readonly RuntimeDiagnostic[]",
2576
+ "required": true,
2577
+ "description": null
2578
+ },
2579
+ {
2580
+ "name": "kind",
2581
+ "kind": "property",
2582
+ "type": "\"ankhorage-runtime-manifest\"",
2583
+ "required": true,
2584
+ "description": null
2585
+ },
2586
+ {
2587
+ "name": "version",
2588
+ "kind": "property",
2589
+ "type": "1",
2590
+ "required": true,
2591
+ "description": null
2592
+ }
2593
+ ],
2594
+ "structuredRows": []
2595
+ },
2596
+ {
2597
+ "name": "RuntimeManifestConfig",
2598
+ "description": null,
2599
+ "isReadme": false,
2600
+ "examples": [],
2601
+ "kind": "type",
2602
+ "modulePath": "src/runtimeManifest.ts",
2603
+ "sourceLocation": {
2604
+ "filePath": "src/runtimeManifest.ts",
2605
+ "line": 18,
2606
+ "column": 1
2607
+ },
2608
+ "exportPaths": ["src/index.ts"],
2609
+ "relatedSymbols": [],
2610
+ "signatures": [],
2611
+ "members": [
2612
+ {
2613
+ "name": "appId",
2614
+ "kind": "property",
2615
+ "type": "string",
2616
+ "required": true,
2617
+ "description": null
2618
+ },
2619
+ {
2620
+ "name": "environment",
2621
+ "kind": "property",
2622
+ "type": "string | undefined",
2623
+ "required": false,
2624
+ "description": null
2625
+ },
2626
+ {
2627
+ "name": "values",
2628
+ "kind": "property",
2629
+ "type": "Readonly<Record<string, unknown>> | undefined",
2630
+ "required": false,
2631
+ "description": null
2632
+ }
2633
+ ],
2634
+ "structuredRows": []
2635
+ },
2636
+ {
2637
+ "name": "RuntimeManifestInput",
2638
+ "description": null,
2639
+ "isReadme": false,
2640
+ "examples": [],
2641
+ "kind": "type",
2642
+ "modulePath": "src/runtimeManifest.ts",
2643
+ "sourceLocation": {
2644
+ "filePath": "src/runtimeManifest.ts",
2645
+ "line": 55,
2646
+ "column": 1
2647
+ },
2648
+ "exportPaths": ["src/index.ts"],
2649
+ "relatedSymbols": [
2650
+ "RuntimeActionDescriptor",
2651
+ "RuntimeAdapterDescriptor",
2652
+ "RuntimeBindingDescriptor",
2653
+ "RuntimeDiagnostic",
2654
+ "RuntimeManifestConfig"
2655
+ ],
2656
+ "signatures": [],
2657
+ "members": [
2658
+ {
2659
+ "name": "actions",
2660
+ "kind": "property",
2661
+ "type": "readonly RuntimeActionDescriptor<unknown>[] | undefined",
2662
+ "required": false,
2663
+ "description": null
2664
+ },
2665
+ {
2666
+ "name": "adapters",
2667
+ "kind": "property",
2668
+ "type": "readonly RuntimeAdapterDescriptor<unknown>[] | undefined",
2669
+ "required": false,
2670
+ "description": null
2671
+ },
2672
+ {
2673
+ "name": "bindings",
2674
+ "kind": "property",
2675
+ "type": "readonly RuntimeBindingDescriptor<unknown>[] | undefined",
2676
+ "required": false,
2677
+ "description": null
2678
+ },
2679
+ {
2680
+ "name": "config",
2681
+ "kind": "property",
2682
+ "type": "RuntimeManifestConfig",
2683
+ "required": true,
2684
+ "description": null
2685
+ },
2686
+ {
2687
+ "name": "diagnostics",
2688
+ "kind": "property",
2689
+ "type": "readonly RuntimeDiagnostic[] | undefined",
2690
+ "required": false,
2691
+ "description": null
2692
+ }
2693
+ ],
2694
+ "structuredRows": []
2695
+ },
2696
+ {
2697
+ "name": "RuntimeMemoryStateAdapterOptions",
2698
+ "description": null,
2699
+ "isReadme": false,
2700
+ "examples": [],
2701
+ "kind": "type",
2702
+ "modulePath": "src/runtimeStateAdapter.ts",
2703
+ "sourceLocation": {
2704
+ "filePath": "src/runtimeStateAdapter.ts",
2705
+ "line": 14,
2706
+ "column": 1
2707
+ },
2708
+ "exportPaths": ["src/index.ts"],
2709
+ "relatedSymbols": [],
2710
+ "signatures": [],
2711
+ "members": [
2712
+ {
2713
+ "name": "initialState",
2714
+ "kind": "property",
2715
+ "type": "Readonly<Record<string, StateValue>> | undefined",
2716
+ "required": false,
2717
+ "description": null
2718
+ }
2719
+ ],
2720
+ "structuredRows": []
2721
+ },
2722
+ {
2723
+ "name": "RuntimeNodePropsResolver",
2724
+ "description": null,
2725
+ "isReadme": false,
2726
+ "examples": [],
2727
+ "kind": "unknown",
2728
+ "modulePath": "src/RuntimeRendererConfig.tsx",
2729
+ "sourceLocation": {
2730
+ "filePath": "src/RuntimeRendererConfig.tsx",
2731
+ "line": 32,
2732
+ "column": 1
2733
+ },
2734
+ "exportPaths": ["src/index.ts"],
2735
+ "relatedSymbols": [],
2736
+ "signatures": [],
2737
+ "members": [],
2738
+ "structuredRows": []
2739
+ },
2740
+ {
2741
+ "name": "RuntimeRenderer",
2742
+ "description": null,
2743
+ "isReadme": false,
2744
+ "examples": [],
2745
+ "kind": "function",
2746
+ "modulePath": "src/RuntimeRenderer.tsx",
2747
+ "sourceLocation": {
2748
+ "filePath": "src/RuntimeRenderer.tsx",
2749
+ "line": 68,
2750
+ "column": 1
2751
+ },
2752
+ "exportPaths": ["src/index.ts"],
2753
+ "relatedSymbols": ["RuntimeRendererProps"],
2754
+ "signatures": [
2755
+ {
2756
+ "label": "(props: RuntimeRendererProps) => React.JSX.Element",
2757
+ "parameters": [
2758
+ {
2759
+ "name": "props",
2760
+ "type": "RuntimeRendererProps",
2761
+ "required": true,
2762
+ "description": null
2763
+ }
2764
+ ],
2765
+ "returnType": "React.JSX.Element",
2766
+ "returnDescription": null
2767
+ }
2768
+ ],
2769
+ "members": [],
2770
+ "structuredRows": []
2771
+ },
2772
+ {
2773
+ "name": "RuntimeRendererConfig",
2774
+ "description": null,
2775
+ "isReadme": false,
2776
+ "examples": [],
2777
+ "kind": "type",
2778
+ "modulePath": "src/RuntimeRendererConfig.tsx",
2779
+ "sourceLocation": {
2780
+ "filePath": "src/RuntimeRendererConfig.tsx",
2781
+ "line": 48,
2782
+ "column": 1
2783
+ },
2784
+ "exportPaths": ["src/index.ts"],
2785
+ "relatedSymbols": [
2786
+ "ComponentRegistry",
2787
+ "RuntimeActionHandler",
2788
+ "RuntimeActionHandlers",
2789
+ "RuntimeBindingOperationExecutor",
2790
+ "RuntimeBindingOperationResultWriter",
2791
+ "RuntimeNodePropsResolver",
2792
+ "RuntimeRendererWrapArgs"
2793
+ ],
2794
+ "signatures": [],
2795
+ "members": [
2796
+ {
2797
+ "name": "actionHandlers",
2798
+ "kind": "property",
2799
+ "type": "RuntimeActionHandlers | undefined",
2800
+ "required": false,
2801
+ "description": null
2802
+ },
2803
+ {
2804
+ "name": "bindingContext",
2805
+ "kind": "property",
2806
+ "type": "Record<string, unknown> | undefined",
2807
+ "required": false,
2808
+ "description": null
2809
+ },
2810
+ {
2811
+ "name": "dataBindings",
2812
+ "kind": "property",
2813
+ "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2814
+ "required": false,
2815
+ "description": null
2816
+ },
2817
+ {
2818
+ "name": "dataSources",
2819
+ "kind": "property",
2820
+ "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
2821
+ "required": false,
2822
+ "description": null
2823
+ },
2824
+ {
2825
+ "name": "dbAdapter",
2826
+ "kind": "property",
2827
+ "type": "DbAdapter | undefined",
2828
+ "required": false,
2829
+ "description": null
2830
+ },
2831
+ {
2832
+ "name": "dbRealtimeAdapter",
2833
+ "kind": "property",
2834
+ "type": "DbRealtimeAdapter | undefined",
2835
+ "required": false,
2836
+ "description": null
2837
+ },
2838
+ {
2839
+ "name": "disableActions",
2840
+ "kind": "property",
2841
+ "type": "boolean | undefined",
2842
+ "required": false,
2843
+ "description": null
2844
+ },
2845
+ {
2846
+ "name": "executeAction",
2847
+ "kind": "property",
2848
+ "type": "RuntimeActionHandler | undefined",
2849
+ "required": false,
2850
+ "description": null
2851
+ },
2852
+ {
2853
+ "name": "executeOperation",
2854
+ "kind": "property",
2855
+ "type": "RuntimeBindingOperationExecutor | undefined",
2856
+ "required": false,
2857
+ "description": null
2858
+ },
2859
+ {
2860
+ "name": "onDiagnostics",
2861
+ "kind": "property",
2862
+ "type": "((diagnostics: readonly DataSourceDiagnostic[]) => void) | undefined",
2863
+ "required": false,
2864
+ "description": null
2865
+ },
2866
+ {
2867
+ "name": "operationResults",
2868
+ "kind": "property",
2869
+ "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings\").BindingValue | undefined>> | undefined",
2870
+ "required": false,
2871
+ "description": null
2872
+ },
2873
+ {
2874
+ "name": "registry",
2875
+ "kind": "property",
2876
+ "type": "ComponentRegistry | undefined",
2877
+ "required": false,
2878
+ "description": null
2879
+ },
2880
+ {
2881
+ "name": "resolveNodeProps",
2882
+ "kind": "property",
2883
+ "type": "RuntimeNodePropsResolver | undefined",
2884
+ "required": false,
2885
+ "description": null
2886
+ },
2887
+ {
2888
+ "name": "stateAdapter",
2889
+ "kind": "property",
2890
+ "type": "StateAdapter | undefined",
2891
+ "required": false,
2892
+ "description": null
2893
+ },
2894
+ {
2895
+ "name": "wrapNode",
2896
+ "kind": "property",
2897
+ "type": "((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined",
2898
+ "required": false,
2899
+ "description": null
2900
+ },
2901
+ {
2902
+ "name": "writeOperationResult",
2903
+ "kind": "property",
2904
+ "type": "RuntimeBindingOperationResultWriter | undefined",
2905
+ "required": false,
2906
+ "description": null
2907
+ }
2908
+ ],
2909
+ "structuredRows": []
2910
+ },
2911
+ {
2912
+ "name": "RuntimeRendererConfigProvider",
2913
+ "description": null,
2914
+ "isReadme": false,
2915
+ "examples": [],
2916
+ "kind": "function",
2917
+ "modulePath": "src/RuntimeRendererConfig.tsx",
2918
+ "sourceLocation": {
2919
+ "filePath": "src/RuntimeRendererConfig.tsx",
2920
+ "line": 152,
2921
+ "column": 1
2922
+ },
2923
+ "exportPaths": ["src/index.ts"],
2924
+ "relatedSymbols": ["RuntimeRendererConfig"],
2925
+ "signatures": [
2926
+ {
2927
+ "label": "(props: { value: RuntimeRendererConfig; children: React.ReactNode; }) => React.JSX.Element",
2928
+ "parameters": [
2929
+ {
2930
+ "name": "props",
2931
+ "type": "{ value: RuntimeRendererConfig; children: React.ReactNode; }",
2932
+ "required": true,
2933
+ "description": null
2934
+ }
2935
+ ],
2936
+ "returnType": "React.JSX.Element",
2937
+ "returnDescription": null
2938
+ }
2939
+ ],
2940
+ "members": [],
2941
+ "structuredRows": []
2942
+ },
2943
+ {
2944
+ "name": "RuntimeRendererProps",
2945
+ "description": null,
2946
+ "isReadme": false,
2947
+ "examples": [],
2948
+ "kind": "type",
2949
+ "modulePath": "src/RuntimeRenderer.tsx",
2950
+ "sourceLocation": {
2951
+ "filePath": "src/RuntimeRenderer.tsx",
2952
+ "line": 50,
2953
+ "column": 1
2954
+ },
2955
+ "exportPaths": ["src/index.ts"],
2956
+ "relatedSymbols": [
2957
+ "ComponentRegistry",
2958
+ "RuntimeActionHandler",
2959
+ "RuntimeBindingOperationExecutor",
2960
+ "RuntimeRendererConfig",
2961
+ "RuntimeRendererWrapArgs"
2962
+ ],
2963
+ "signatures": [],
2964
+ "members": [
2965
+ {
2966
+ "name": "bindingContext",
2967
+ "kind": "property",
2968
+ "type": "Record<string, unknown> | undefined",
2969
+ "required": false,
2970
+ "description": null
2971
+ },
2972
+ {
2973
+ "name": "dataBindings",
2974
+ "kind": "property",
2975
+ "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2976
+ "required": false,
2977
+ "description": null
2978
+ },
2979
+ {
2980
+ "name": "dataSources",
2981
+ "kind": "property",
2982
+ "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
2983
+ "required": false,
2984
+ "description": null
2985
+ },
2986
+ {
2987
+ "name": "dbAdapter",
2988
+ "kind": "property",
2989
+ "type": "DbAdapter | undefined",
2990
+ "required": false,
2991
+ "description": null
2992
+ },
2993
+ {
2994
+ "name": "dbRealtimeAdapter",
2995
+ "kind": "property",
2996
+ "type": "DbRealtimeAdapter | undefined",
2997
+ "required": false,
2998
+ "description": null
2999
+ },
3000
+ {
3001
+ "name": "disableActions",
3002
+ "kind": "property",
3003
+ "type": "boolean | undefined",
3004
+ "required": false,
3005
+ "description": null
3006
+ },
3007
+ {
3008
+ "name": "executeAction",
3009
+ "kind": "property",
3010
+ "type": "import(\"/Users/a_rtiphishl_e/git/runtime/src/RuntimeRendererConfig\").RuntimeActionHandler | undefined",
3011
+ "required": false,
3012
+ "description": null
3013
+ },
3014
+ {
3015
+ "name": "executeOperation",
3016
+ "kind": "property",
3017
+ "type": "RuntimeBindingOperationExecutor | undefined",
3018
+ "required": false,
3019
+ "description": null
3020
+ },
3021
+ {
3022
+ "name": "isRoot",
3023
+ "kind": "property",
3024
+ "type": "boolean | undefined",
3025
+ "required": false,
3026
+ "description": null
3027
+ },
3028
+ {
3029
+ "name": "node",
3030
+ "kind": "property",
3031
+ "type": "UiNode",
3032
+ "required": true,
3033
+ "description": null
3034
+ },
3035
+ {
3036
+ "name": "onDiagnostics",
3037
+ "kind": "property",
3038
+ "type": "((diagnostics: readonly DataSourceDiagnostic[]) => void) | undefined",
3039
+ "required": false,
3040
+ "description": null
3041
+ },
3042
+ {
3043
+ "name": "operationResults",
3044
+ "kind": "property",
3045
+ "type": "Readonly<Record<string, BindingValue | undefined>> | undefined",
3046
+ "required": false,
3047
+ "description": null
3048
+ },
3049
+ {
3050
+ "name": "registry",
3051
+ "kind": "property",
3052
+ "type": "ComponentRegistry | undefined",
3053
+ "required": false,
3054
+ "description": null
3055
+ },
3056
+ {
3057
+ "name": "stateAdapter",
3058
+ "kind": "property",
3059
+ "type": "StateAdapter | undefined",
3060
+ "required": false,
3061
+ "description": null
3062
+ },
3063
+ {
3064
+ "name": "wrapNode",
3065
+ "kind": "property",
3066
+ "type": "((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined",
3067
+ "required": false,
3068
+ "description": null
3069
+ }
3070
+ ],
3071
+ "structuredRows": []
3072
+ },
3073
+ {
3074
+ "name": "RuntimeRendererWrapArgs",
3075
+ "description": null,
3076
+ "isReadme": false,
3077
+ "examples": [],
3078
+ "kind": "type",
3079
+ "modulePath": "src/RuntimeRendererConfig.tsx",
3080
+ "sourceLocation": {
3081
+ "filePath": "src/RuntimeRendererConfig.tsx",
3082
+ "line": 21,
3083
+ "column": 1
3084
+ },
3085
+ "exportPaths": ["src/index.ts"],
3086
+ "relatedSymbols": [],
3087
+ "signatures": [],
3088
+ "members": [
3089
+ {
3090
+ "name": "isRoot",
3091
+ "kind": "property",
3092
+ "type": "boolean",
3093
+ "required": true,
3094
+ "description": null
3095
+ },
3096
+ {
3097
+ "name": "node",
3098
+ "kind": "property",
3099
+ "type": "UiNode",
3100
+ "required": true,
3101
+ "description": null
3102
+ },
3103
+ {
3104
+ "name": "rendered",
3105
+ "kind": "property",
3106
+ "type": "React.ReactNode",
3107
+ "required": true,
3108
+ "description": null
3109
+ }
3110
+ ],
3111
+ "structuredRows": []
3112
+ },
3113
+ {
3114
+ "name": "RuntimeResolveNodePropsArgs",
3115
+ "description": null,
3116
+ "isReadme": false,
3117
+ "examples": [],
3118
+ "kind": "type",
3119
+ "modulePath": "src/RuntimeRendererConfig.tsx",
3120
+ "sourceLocation": {
3121
+ "filePath": "src/RuntimeRendererConfig.tsx",
3122
+ "line": 27,
3123
+ "column": 1
3124
+ },
3125
+ "exportPaths": ["src/index.ts"],
3126
+ "relatedSymbols": [],
3127
+ "signatures": [],
3128
+ "members": [
3129
+ {
3130
+ "name": "node",
3131
+ "kind": "property",
3132
+ "type": "UiNode",
3133
+ "required": true,
3134
+ "description": null
3135
+ },
3136
+ {
3137
+ "name": "props",
3138
+ "kind": "property",
3139
+ "type": "Record<string, unknown>",
3140
+ "required": true,
3141
+ "description": null
3142
+ }
3143
+ ],
3144
+ "structuredRows": []
3145
+ },
3146
+ {
3147
+ "name": "RuntimeScreen",
3148
+ "description": null,
3149
+ "isReadme": false,
3150
+ "examples": [],
3151
+ "kind": "function",
3152
+ "modulePath": "src/RuntimeScreen.tsx",
3153
+ "sourceLocation": {
3154
+ "filePath": "src/RuntimeScreen.tsx",
3155
+ "line": 24,
3156
+ "column": 1
3157
+ },
3158
+ "exportPaths": ["src/index.ts"],
3159
+ "relatedSymbols": ["RuntimeScreenProps"],
3160
+ "signatures": [
3161
+ {
3162
+ "label": "(props: RuntimeScreenProps) => React.JSX.Element",
3163
+ "parameters": [
3164
+ {
3165
+ "name": "props",
3166
+ "type": "RuntimeScreenProps",
3167
+ "required": true,
3168
+ "description": null
3169
+ }
3170
+ ],
3171
+ "returnType": "React.JSX.Element",
3172
+ "returnDescription": null
3173
+ }
3174
+ ],
3175
+ "members": [],
3176
+ "structuredRows": []
3177
+ },
3178
+ {
3179
+ "name": "RuntimeScreenOperationLoaderExecutionResult",
3180
+ "description": null,
3181
+ "isReadme": false,
3182
+ "examples": [],
3183
+ "kind": "type",
3184
+ "modulePath": "src/runtimeScreenLoaders.ts",
3185
+ "sourceLocation": {
3186
+ "filePath": "src/runtimeScreenLoaders.ts",
3187
+ "line": 26,
3188
+ "column": 1
3189
+ },
3190
+ "exportPaths": ["src/index.ts"],
3191
+ "relatedSymbols": [],
3192
+ "signatures": [],
3193
+ "members": [
3194
+ {
3195
+ "name": "dependencyKey",
3196
+ "kind": "property",
3197
+ "type": "string",
3198
+ "required": true,
3199
+ "description": null
3200
+ },
3201
+ {
3202
+ "name": "diagnostics",
3203
+ "kind": "property",
3204
+ "type": "readonly DataSourceDiagnostic[]",
3205
+ "required": true,
3206
+ "description": null
3207
+ },
3208
+ {
3209
+ "name": "operationResults",
3210
+ "kind": "property",
3211
+ "type": "Readonly<Record<string, BindingValue | undefined>>",
3212
+ "required": true,
3213
+ "description": null
3214
+ }
3215
+ ],
3216
+ "structuredRows": []
3217
+ },
3218
+ {
3219
+ "name": "RuntimeScreenOperationLoaderState",
3220
+ "description": null,
3221
+ "isReadme": false,
3222
+ "examples": [],
3223
+ "kind": "type",
3224
+ "modulePath": "src/runtimeScreenLoaders.ts",
3225
+ "sourceLocation": {
3226
+ "filePath": "src/runtimeScreenLoaders.ts",
3227
+ "line": 19,
3228
+ "column": 1
3229
+ },
3230
+ "exportPaths": ["src/index.ts"],
3231
+ "relatedSymbols": [],
3232
+ "signatures": [],
3233
+ "members": [
3234
+ {
3235
+ "name": "dependencyKey",
3236
+ "kind": "property",
3237
+ "type": "string",
3238
+ "required": true,
3239
+ "description": null
3240
+ },
3241
+ {
3242
+ "name": "diagnostics",
3243
+ "kind": "property",
3244
+ "type": "readonly DataSourceDiagnostic[]",
3245
+ "required": true,
3246
+ "description": null
3247
+ },
3248
+ {
3249
+ "name": "operationResults",
3250
+ "kind": "property",
3251
+ "type": "Readonly<Record<string, BindingValue | undefined>>",
3252
+ "required": true,
3253
+ "description": null
3254
+ },
3255
+ {
3256
+ "name": "renderVersion",
3257
+ "kind": "property",
3258
+ "type": "number",
3259
+ "required": true,
3260
+ "description": null
3261
+ }
3262
+ ],
3263
+ "structuredRows": []
3264
+ },
3265
+ {
3266
+ "name": "RuntimeScreenProps",
3267
+ "description": null,
3268
+ "isReadme": false,
3269
+ "examples": [],
3270
+ "kind": "type",
3271
+ "modulePath": "src/RuntimeScreen.tsx",
3272
+ "sourceLocation": {
3273
+ "filePath": "src/RuntimeScreen.tsx",
3274
+ "line": 17,
3275
+ "column": 1
3276
+ },
3277
+ "exportPaths": ["src/index.ts"],
3278
+ "relatedSymbols": ["ComponentRegistry"],
3279
+ "signatures": [],
3280
+ "members": [
3281
+ {
3282
+ "name": "manifest",
3283
+ "kind": "property",
3284
+ "type": "AppManifest",
3285
+ "required": true,
3286
+ "description": null
3287
+ },
3288
+ {
3289
+ "name": "registry",
3290
+ "kind": "property",
3291
+ "type": "ComponentRegistry | undefined",
3292
+ "required": false,
3293
+ "description": null
3294
+ },
3295
+ {
3296
+ "name": "screen",
3297
+ "kind": "property",
3298
+ "type": "ScreenSpec",
3299
+ "required": true,
3300
+ "description": null
3301
+ },
3302
+ {
3303
+ "name": "stateAdapter",
3304
+ "kind": "property",
3305
+ "type": "StateAdapter | undefined",
3306
+ "required": false,
3307
+ "description": null
3308
+ }
3309
+ ],
3310
+ "structuredRows": []
3311
+ },
3312
+ {
3313
+ "name": "shouldRenderRuntimeRepeatEmptyState",
3314
+ "description": null,
3315
+ "isReadme": false,
3316
+ "examples": [],
3317
+ "kind": "function",
3318
+ "modulePath": "src/runtimeRepeatEmptyState.ts",
3319
+ "sourceLocation": {
3320
+ "filePath": "src/runtimeRepeatEmptyState.ts",
3321
+ "line": 3,
3322
+ "column": 1
3323
+ },
3324
+ "exportPaths": ["src/index.ts"],
3325
+ "relatedSymbols": [],
3326
+ "signatures": [
3327
+ {
3328
+ "label": "(args: { readonly diagnostics?: readonly DataSourceDiagnostic[]; readonly items?: readonly BindingValue[]; readonly status?: \"pending\" | \"ready\"; }) => boolean",
3329
+ "parameters": [
3330
+ {
3331
+ "name": "args",
3332
+ "type": "{ readonly diagnostics?: readonly DataSourceDiagnostic[]; readonly items?: readonly BindingValue[]; readonly status?: \"pending\" | \"ready\"; }",
3333
+ "required": true,
3334
+ "description": null
3335
+ }
3336
+ ],
3337
+ "returnType": "boolean",
3338
+ "returnDescription": null
3339
+ }
3340
+ ],
3341
+ "members": [],
3342
+ "structuredRows": []
3343
+ },
3344
+ {
3345
+ "name": "SURFACE_COMPONENT_REGISTRY",
3346
+ "description": null,
3347
+ "isReadme": false,
3348
+ "examples": [],
3349
+ "kind": "value",
3350
+ "modulePath": "src/registry.tsx",
3351
+ "sourceLocation": {
3352
+ "filePath": "src/registry.tsx",
3353
+ "line": 51,
3354
+ "column": 14
3355
+ },
3356
+ "exportPaths": ["src/index.ts"],
3357
+ "relatedSymbols": [],
3358
+ "signatures": [],
3359
+ "members": [],
3360
+ "structuredRows": []
3361
+ },
3362
+ {
3363
+ "name": "useManifest",
3364
+ "description": null,
3365
+ "isReadme": false,
3366
+ "examples": [],
3367
+ "kind": "function",
3368
+ "modulePath": "src/ManifestContext.tsx",
3369
+ "sourceLocation": {
3370
+ "filePath": "src/ManifestContext.tsx",
3371
+ "line": 22,
3372
+ "column": 1
3373
+ },
3374
+ "exportPaths": ["src/index.ts"],
3375
+ "relatedSymbols": [],
3376
+ "signatures": [
3377
+ {
3378
+ "label": "() => AppManifest",
3379
+ "parameters": [],
3380
+ "returnType": "AppManifest",
3381
+ "returnDescription": null
3382
+ }
3383
+ ],
3384
+ "members": [],
3385
+ "structuredRows": []
3386
+ },
3387
+ {
3388
+ "name": "useManifestContext",
352
3389
  "description": null,
353
3390
  "isReadme": false,
354
3391
  "examples": [],
355
- "kind": "type",
356
- "modulePath": "src/index.ts",
3392
+ "kind": "function",
3393
+ "modulePath": "src/ManifestContext.tsx",
357
3394
  "sourceLocation": {
358
- "filePath": "src/index.ts",
359
- "line": 18,
3395
+ "filePath": "src/ManifestContext.tsx",
3396
+ "line": 30,
360
3397
  "column": 1
361
3398
  },
362
3399
  "exportPaths": ["src/index.ts"],
363
3400
  "relatedSymbols": [],
364
- "signatures": [],
365
- "members": [
366
- {
367
- "name": "appId",
368
- "kind": "property",
369
- "type": "string",
370
- "required": true,
371
- "description": null
372
- },
373
- {
374
- "name": "environment",
375
- "kind": "property",
376
- "type": "string | undefined",
377
- "required": false,
378
- "description": null
379
- },
3401
+ "signatures": [
380
3402
  {
381
- "name": "values",
382
- "kind": "property",
383
- "type": "Readonly<Record<string, unknown>> | undefined",
384
- "required": false,
385
- "description": null
3403
+ "label": "() => ManifestContextValue",
3404
+ "parameters": [],
3405
+ "returnType": "ManifestContextValue",
3406
+ "returnDescription": null
386
3407
  }
387
3408
  ],
3409
+ "members": [],
388
3410
  "structuredRows": []
389
3411
  },
390
3412
  {
391
- "name": "RuntimeDiagnostic",
3413
+ "name": "useOptionalManifestContext",
392
3414
  "description": null,
393
3415
  "isReadme": false,
394
3416
  "examples": [],
395
- "kind": "type",
396
- "modulePath": "src/index.ts",
3417
+ "kind": "function",
3418
+ "modulePath": "src/ManifestContext.tsx",
397
3419
  "sourceLocation": {
398
- "filePath": "src/index.ts",
399
- "line": 12,
3420
+ "filePath": "src/ManifestContext.tsx",
3421
+ "line": 38,
400
3422
  "column": 1
401
3423
  },
402
3424
  "exportPaths": ["src/index.ts"],
403
3425
  "relatedSymbols": [],
404
- "signatures": [],
405
- "members": [
406
- {
407
- "name": "code",
408
- "kind": "property",
409
- "type": "string",
410
- "required": true,
411
- "description": null
412
- },
413
- {
414
- "name": "message",
415
- "kind": "property",
416
- "type": "string",
417
- "required": true,
418
- "description": null
419
- },
3426
+ "signatures": [
420
3427
  {
421
- "name": "severity",
422
- "kind": "property",
423
- "type": "\"error\" | \"info\" | \"warning\"",
424
- "required": true,
425
- "description": null
3428
+ "label": "() => ManifestContextValue | null",
3429
+ "parameters": [],
3430
+ "returnType": "ManifestContextValue | null",
3431
+ "returnDescription": null
426
3432
  }
427
3433
  ],
3434
+ "members": [],
428
3435
  "structuredRows": []
429
3436
  },
430
3437
  {
431
- "name": "RuntimeManifest",
3438
+ "name": "useRuntimeApiStateLoaders",
432
3439
  "description": null,
433
3440
  "isReadme": false,
434
3441
  "examples": [],
435
- "kind": "type",
436
- "modulePath": "src/index.ts",
3442
+ "kind": "function",
3443
+ "modulePath": "src/runtimeApiLoaders.ts",
437
3444
  "sourceLocation": {
438
- "filePath": "src/index.ts",
439
- "line": 45,
3445
+ "filePath": "src/runtimeApiLoaders.ts",
3446
+ "line": 125,
440
3447
  "column": 1
441
3448
  },
442
3449
  "exportPaths": ["src/index.ts"],
443
- "relatedSymbols": [
444
- "RuntimeActionDescriptor",
445
- "RuntimeAdapterDescriptor",
446
- "RuntimeBindingDescriptor",
447
- "RuntimeConfig",
448
- "RuntimeDiagnostic"
449
- ],
450
- "signatures": [],
451
- "members": [
452
- {
453
- "name": "actions",
454
- "kind": "property",
455
- "type": "readonly RuntimeActionDescriptor<unknown>[]",
456
- "required": true,
457
- "description": null
458
- },
459
- {
460
- "name": "adapters",
461
- "kind": "property",
462
- "type": "readonly RuntimeAdapterDescriptor<unknown>[]",
463
- "required": true,
464
- "description": null
465
- },
466
- {
467
- "name": "bindings",
468
- "kind": "property",
469
- "type": "readonly RuntimeBindingDescriptor<unknown>[]",
470
- "required": true,
471
- "description": null
472
- },
473
- {
474
- "name": "config",
475
- "kind": "property",
476
- "type": "RuntimeConfig",
477
- "required": true,
478
- "description": null
479
- },
480
- {
481
- "name": "diagnostics",
482
- "kind": "property",
483
- "type": "readonly RuntimeDiagnostic[]",
484
- "required": true,
485
- "description": null
486
- },
3450
+ "relatedSymbols": ["RuntimeApiLoaderDefinition", "RuntimeApiLoaderDiagnostic"],
3451
+ "signatures": [
487
3452
  {
488
- "name": "kind",
489
- "kind": "property",
490
- "type": "\"ankhorage-runtime-manifest\"",
491
- "required": true,
492
- "description": null
493
- },
3453
+ "label": "(args: { readonly data?: AppDataManifest; readonly loaders?: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter; }) => { readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly stateAdapter: StateAdapter; readonly stateVersion: number; }",
3454
+ "parameters": [
3455
+ {
3456
+ "name": "args",
3457
+ "type": "{ readonly data?: AppDataManifest; readonly loaders?: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter; }",
3458
+ "required": true,
3459
+ "description": null
3460
+ }
3461
+ ],
3462
+ "returnType": "{ readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly stateAdapter: StateAdapter; readonly stateVersion: number; }",
3463
+ "returnDescription": null
3464
+ }
3465
+ ],
3466
+ "members": [],
3467
+ "structuredRows": []
3468
+ },
3469
+ {
3470
+ "name": "useRuntimeRendererConfig",
3471
+ "description": null,
3472
+ "isReadme": false,
3473
+ "examples": [],
3474
+ "kind": "function",
3475
+ "modulePath": "src/RuntimeRendererConfig.tsx",
3476
+ "sourceLocation": {
3477
+ "filePath": "src/RuntimeRendererConfig.tsx",
3478
+ "line": 167,
3479
+ "column": 1
3480
+ },
3481
+ "exportPaths": ["src/index.ts"],
3482
+ "relatedSymbols": ["RuntimeRendererConfig"],
3483
+ "signatures": [
494
3484
  {
495
- "name": "version",
496
- "kind": "property",
497
- "type": "1",
498
- "required": true,
499
- "description": null
3485
+ "label": "() => RuntimeRendererConfig",
3486
+ "parameters": [],
3487
+ "returnType": "RuntimeRendererConfig",
3488
+ "returnDescription": null
500
3489
  }
501
3490
  ],
3491
+ "members": [],
502
3492
  "structuredRows": []
503
3493
  },
504
3494
  {
505
- "name": "RuntimeManifestInput",
3495
+ "name": "useRuntimeScreenOperationLoaders",
506
3496
  "description": null,
507
3497
  "isReadme": false,
508
3498
  "examples": [],
509
- "kind": "type",
510
- "modulePath": "src/index.ts",
3499
+ "kind": "function",
3500
+ "modulePath": "src/runtimeScreenLoaders.ts",
511
3501
  "sourceLocation": {
512
- "filePath": "src/index.ts",
513
- "line": 55,
3502
+ "filePath": "src/runtimeScreenLoaders.ts",
3503
+ "line": 284,
514
3504
  "column": 1
515
3505
  },
516
3506
  "exportPaths": ["src/index.ts"],
517
3507
  "relatedSymbols": [
518
- "RuntimeActionDescriptor",
519
- "RuntimeAdapterDescriptor",
520
- "RuntimeBindingDescriptor",
521
- "RuntimeConfig",
522
- "RuntimeDiagnostic"
3508
+ "RuntimeBindingOperationExecutor",
3509
+ "RuntimeBindingOperationResultCache",
3510
+ "RuntimeBindingResolutionContext",
3511
+ "RuntimeScreenOperationLoaderState"
523
3512
  ],
524
- "signatures": [],
525
- "members": [
526
- {
527
- "name": "actions",
528
- "kind": "property",
529
- "type": "readonly RuntimeActionDescriptor<unknown>[] | undefined",
530
- "required": false,
531
- "description": null
532
- },
533
- {
534
- "name": "adapters",
535
- "kind": "property",
536
- "type": "readonly RuntimeAdapterDescriptor<unknown>[] | undefined",
537
- "required": false,
538
- "description": null
539
- },
3513
+ "signatures": [
540
3514
  {
541
- "name": "bindings",
542
- "kind": "property",
543
- "type": "readonly RuntimeBindingDescriptor<unknown>[] | undefined",
544
- "required": false,
545
- "description": null
546
- },
3515
+ "label": "(args: { readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext[\"dataSources\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }) => RuntimeScreenOperationLoaderState",
3516
+ "parameters": [
3517
+ {
3518
+ "name": "args",
3519
+ "type": "{ readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext[\"dataSources\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }",
3520
+ "required": true,
3521
+ "description": null
3522
+ }
3523
+ ],
3524
+ "returnType": "RuntimeScreenOperationLoaderState",
3525
+ "returnDescription": null
3526
+ }
3527
+ ],
3528
+ "members": [],
3529
+ "structuredRows": []
3530
+ },
3531
+ {
3532
+ "name": "validateRuntimeBindingOperationRef",
3533
+ "description": null,
3534
+ "isReadme": false,
3535
+ "examples": [],
3536
+ "kind": "function",
3537
+ "modulePath": "src/runtimeBindings.ts",
3538
+ "sourceLocation": {
3539
+ "filePath": "src/runtimeBindings.ts",
3540
+ "line": 169,
3541
+ "column": 1
3542
+ },
3543
+ "exportPaths": ["src/index.ts"],
3544
+ "relatedSymbols": [],
3545
+ "signatures": [
547
3546
  {
548
- "name": "config",
549
- "kind": "property",
550
- "type": "RuntimeConfig",
551
- "required": true,
552
- "description": null
553
- },
3547
+ "label": "(operation: BindingOperationRef, dataSources: Readonly<Record<string, DataSourceConfig>> | undefined) => readonly DataSourceDiagnostic[]",
3548
+ "parameters": [
3549
+ {
3550
+ "name": "dataSources",
3551
+ "type": "Readonly<Record<string, DataSourceConfig>> | undefined",
3552
+ "required": true,
3553
+ "description": null
3554
+ },
3555
+ {
3556
+ "name": "operation",
3557
+ "type": "BindingOperationRef",
3558
+ "required": true,
3559
+ "description": null
3560
+ }
3561
+ ],
3562
+ "returnType": "readonly DataSourceDiagnostic[]",
3563
+ "returnDescription": null
3564
+ }
3565
+ ],
3566
+ "members": [],
3567
+ "structuredRows": []
3568
+ },
3569
+ {
3570
+ "name": "wrapRuntimeEventProps",
3571
+ "description": null,
3572
+ "isReadme": false,
3573
+ "examples": [],
3574
+ "kind": "function",
3575
+ "modulePath": "src/runtimeActionRegistry.ts",
3576
+ "sourceLocation": {
3577
+ "filePath": "src/runtimeActionRegistry.ts",
3578
+ "line": 180,
3579
+ "column": 1
3580
+ },
3581
+ "exportPaths": ["src/index.ts"],
3582
+ "relatedSymbols": ["RuntimeEventPropWrapArgs"],
3583
+ "signatures": [
554
3584
  {
555
- "name": "diagnostics",
556
- "kind": "property",
557
- "type": "readonly RuntimeDiagnostic[] | undefined",
558
- "required": false,
559
- "description": null
3585
+ "label": "(args: RuntimeEventPropWrapArgs) => Record<string, unknown>",
3586
+ "parameters": [
3587
+ {
3588
+ "name": "args",
3589
+ "type": "RuntimeEventPropWrapArgs",
3590
+ "required": true,
3591
+ "description": null
3592
+ }
3593
+ ],
3594
+ "returnType": "Record<string, unknown>",
3595
+ "returnDescription": null
560
3596
  }
561
3597
  ],
3598
+ "members": [],
3599
+ "structuredRows": []
3600
+ },
3601
+ {
3602
+ "name": "ZORA_COMPONENT_REGISTRY",
3603
+ "description": null,
3604
+ "isReadme": false,
3605
+ "examples": [],
3606
+ "kind": "value",
3607
+ "modulePath": "src/registry.tsx",
3608
+ "sourceLocation": {
3609
+ "filePath": "src/registry.tsx",
3610
+ "line": 95,
3611
+ "column": 14
3612
+ },
3613
+ "exportPaths": ["src/index.ts"],
3614
+ "relatedSymbols": [],
3615
+ "signatures": [],
3616
+ "members": [],
562
3617
  "structuredRows": []
563
3618
  }
564
3619
  ]