@orangecheck/me-client / DropResponseBlock
Interface: DropResponseBlock
Defined in: me-client/src/types.ts:322
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:327 |
<a id="property-closes_at_target"></a> closes_at_target | string | me-client/src/types.ts:326 |
<a id="property-label"></a> label | string | me-client/src/types.ts:324 |
<a id="property-state"></a> state | "open" | "closing" | me-client/src/types.ts:325 |
<a id="property-window_id"></a> window_id | string | me-client/src/types.ts:323 |