DispatchSurfaceRequestInput
@gooi/surface-runtime / DispatchSurfaceRequestInput
Interface: DispatchSurfaceRequestInput
Defined in: runtime/surface-runtime/src/dispatch/dispatch-surface-request.ts:35
Extended by
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
dispatchPlans | readonly | object | 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 |
request | readonly | DispatchRequest | runtime/surface-runtime/src/dispatch/dispatch-surface-request.ts:37 |