-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
sane.dart should provide easy access to well known options, and make it natural to access options.
Goals:
- Use subscript access for option number / name, getting and setting (null as value for auto config?)
Non goals:
- Interpreting and managing not well-known options (out of scope)
Concept:
device.options.scanArea.x = 20;
device.options['source'] = 'Flatbed whatever';
Metadata
Metadata
Assignees
Labels
No labels