Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SettingsUpdateResult

One of the update results from {@link Settings#update}, containing the previous and next values, and the SchemaEntry instance that controlled the value.

memberof

Settings

Hierarchy

  • SettingsUpdateResult

Index

Properties

Properties

Readonly entry

The SchemaEntry instance that contains the metadata for this update result.

Readonly next

next: unknown

The serialized value that has been set.

Readonly previous

previous: unknown

The value prior to the update.

Generated using TypeDoc