Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SettingsChangedEvent

An event which is raised when the settings of an extension are updated. Should be listened for directly from the tableau.extensions.settings object.

Hierarchy

Index

Properties

Properties

newSettings

newSettings: {}
returns

the new settings that were recently saved.

Type declaration

  • [key: string]: string

type

returns

The type of event which this class is representing.