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

Latest commit

 

History

History
81 lines (44 loc) · 1.55 KB

ConfigurationSetEvent.md

File metadata and controls

81 lines (44 loc) · 1.55 KB

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

Class: ConfigurationSetEvent

Event fired when INativeConfigAccess changes the configuration

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new ConfigurationSetEvent(key, value)

Parameters

Name Type
key string
value any

Overrides

NativeEvent.constructor

Defined in

src/NativeEvents.ts:39

Properties

key

Readonly key: string


namespace

Readonly namespace: string

Inherited from

NativeEvent.namespace

Defined in

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


value

Readonly value: any


namespace

Static Readonly namespace: "ConfigurationSet"

Defined in

src/NativeEvents.ts:38