Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

[Options] Callback(s) for option saving for whole wrapper #13

@tobbexiv

Description

@tobbexiv

There should be also save callbacks available on wrapper level. This would enable callbacks which are used for more than one setting.

The values of the options should be given as an object with this signature:

{
    <setting-id>: {
        oldValue: <oldValue>,
        newValue: <newValue>,
    }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions