The setting values for a plugin.

interface ISettingBundle {
    composite: PartialJSONObject;
    user: PartialJSONObject;
}

Hierarchy

  • PartialJSONObject
    • ISettingBundle

Properties

Properties

composite: PartialJSONObject

A composite of the user setting values and the plugin schema defaults.

Notes

The composite values will always be a superset of the user values.

user: PartialJSONObject

The user setting values.