Skip to content

Better interface for options #29

@Craftplacer

Description

@Craftplacer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions