Skip to content

add API.getPreferences(moduleID); #1139

@lpatiny

Description

@lpatiny

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions