DispatchAndBindSurfaceInput
@gooi/surface-runtime / DispatchAndBindSurfaceInput
Interface: DispatchAndBindSurfaceInput
Defined in: runtime/surface-runtime/src/dispatch/dispatch-and-bind.ts:17
Extends
Properties
| Property | Modifier | Type | Inherited from | Defined in |
|---|---|---|---|---|
bindings | readonly | Readonly<Record<string, CompiledSurfaceBinding>> | - | runtime/surface-runtime/src/dispatch/dispatch-and-bind.ts:20 |
dispatchPlans | readonly | object | DispatchSurfaceRequestInput.dispatchPlans | runtime/surface-runtime/src/dispatch/dispatch-surface-request.ts:36 |
dispatchPlans.artifactVersion | public | "1.0.0" | - | contracts/surface-contracts/src/dispatch/plan/plans.ts:59 |
dispatchPlans.plans | public | Record<string, { handlers: object[]; surfaceId: string; }> | - | contracts/surface-contracts/src/dispatch/plan/plans.ts:60 |
entrypoints | readonly | Readonly<Record<string, CompiledEntrypoint>> | - | runtime/surface-runtime/src/dispatch/dispatch-and-bind.ts:19 |
request | readonly | DispatchRequest | DispatchSurfaceRequestInput.request | runtime/surface-runtime/src/dispatch/dispatch-surface-request.ts:37 |