IConfigUpdate
Defined in: src/types/ISaveResult.ts:7
A single changed configuration row produced by Configuard.serializeFlat(),
ready to be persisted (e.g. an UPDATE on the config table).
Properties
Section titled “Properties”key:
string
Defined in: src/types/ISaveResult.ts:9
Dot/bracket-notation key of the changed item.
optionalid?:number|null
Defined in: src/types/ISaveResult.ts:11
Record id of the item (from the original row), if any.
value:
string|null
Defined in: src/types/ISaveResult.ts:13
The serialized (DB-ready) string value, or null.
requiresReboot
Section titled “requiresReboot”requiresReboot:
boolean
Defined in: src/types/ISaveResult.ts:15
Whether changing this item requires a reboot.