Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Latest commit

 

History

History
60 lines (31 loc) · 1.27 KB

ConfigurationSaveEvent.md

File metadata and controls

60 lines (31 loc) · 1.27 KB

@js-soft/native-abstractions / Exports / ConfigurationSaveEvent

Class: ConfigurationSaveEvent

Event fired when INativeConfigAccess finishes a save operation

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new ConfigurationSaveEvent()

Overrides

NativeEvent.constructor

Defined in

src/NativeEvents.ts:29

Properties

namespace

Readonly namespace: string

Inherited from

NativeEvent.namespace

Defined in

node_modules/@js-soft/ts-utils/dist/events/Event.d.ts:2


namespace

Static namespace: string = "ConfigurationSave"

Defined in

src/NativeEvents.ts:28