@js-soft/native-abstractions / Exports / ConfigurationSetEvent
Event fired when INativeConfigAccess changes the configuration
-
↳
ConfigurationSetEvent
• new ConfigurationSetEvent(key
, value
)
Name | Type |
---|---|
key |
string |
value |
any |
• Readonly
key: string
• Readonly
namespace: string
node_modules/@js-soft/ts-utils/dist/events/Event.d.ts:2
• Readonly
value: any
▪ Static
Readonly
namespace: "ConfigurationSet"