Skip to content

Modules should have a way to reference prefs from other modules. #122

@ichristen

Description

@ichristen

For instance, in Module1:

pref1 = Prefs.Integer(...);
pref2 = Prefs.Double(...);

In Module2:

pref1_ref = Prefs.Reference('Module1', 'pref1');
pref2_ref = Prefs.Reference('Module1', 'pref2');

Where the prefs and UI in Module2 behave and update exactly as the prefs and UI in Module1

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions