Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISettingBundle

The setting values for a plugin.

Hierarchy

  • JSONObject
    • ISettingBundle

Indexable

[key: string]: JSONValue

The setting values for a plugin.

Index

Properties

Properties

composite

composite: JSONObject

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

user: JSONObject

The user setting values.

Generated using TypeDoc