Input handler
Updated Apr 13, 2026
Definition
An input handler is an item pre-processing device which attaches to user input interfaces in main storage systems. Because the user can input anything, a robust input handler must be capable of preprocessing all items. An input handler often has the following filters:
- An isBox check which separates out boxes and loose items.
- An isBoxFull check (for bulk) which ensures that bulk boxes are full
- An isBoxEmpty which removes empty boxes early for routing into empty box storage
- An isUnstackable filter (optional)