Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add API.getPreferences(moduleID); #1139

Open
lpatiny opened this issue Dec 2, 2019 · 0 comments
Open

add API.getPreferences(moduleID); #1139

lpatiny opened this issue Dec 2, 2019 · 0 comments

Comments

@lpatiny
Copy link
Collaborator

lpatiny commented Dec 2, 2019

Using a similar API as

function updatePreferences(moduleId, values)

It would be nice to also have the method

let values = getPreferences(moduleId);

The goal is really that we can do
API.updatePreferences(4, API.getPreferences(4));
and nothing should change. I'm quite lost with alias and I don't know how easy it is to do.

@stropitek stropitek removed their assignment Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants