SettingsEditor.createEmptyDb Function

Create a new, empty, SettingsDb file on the local filesystem for importing settings dictionaries.

createEmptyDb(args: { localFileName: string, manifest: SettingsDbManifest }): void

@note Do not pass an untrusted or unintended path in localFileName. This helper creates or overwrites the file at that location; callers that need fail-if-exists behavior should check first.

Parameter Type Description
args { localFileName: string, manifest: SettingsDbManifest }  

Returns - void

Defined in

Last Updated: 10 April, 2026