@orangecheck/me-client / DropResponseBlock
Interface: DropResponseBlock
Defined in: me-client/src/types.ts:310
Drop-period context on event-ingest responses (single route:
top-level drop; batch route: per-result drop). state flips
from 'open' to 'closing' once the scheduled boundary passes and the
window awaits its sweep (~15 min) — render "processing", never a
negative countdown.
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-close_height_target"></a> close_height_target | number | null | me-client/src/types.ts:315 |
<a id="property-closes_at_target"></a> closes_at_target | string | me-client/src/types.ts:314 |
<a id="property-label"></a> label | string | me-client/src/types.ts:312 |
<a id="property-state"></a> state | "open" | "closing" | me-client/src/types.ts:313 |
<a id="property-window_id"></a> window_id | string | me-client/src/types.ts:311 |