SaveStatus interface

Interface for the object passed to the host when user clicks on the Save button in the configuration pane

Properties

customSettings

The custom settings to save

isValid

Indicates validity of the customSettings. If false, then user will be shown a generic error message and settings will not be saved.

Property Details

customSettings

The custom settings to save

customSettings?: CustomSettings

Property Value

isValid

Indicates validity of the customSettings. If false, then user will be shown a generic error message and settings will not be saved.

isValid: boolean

Property Value

boolean