FunctionsPreferenceMigratePreferenceMigrate CallablePreferenceMigrate(from: any, to: any, prefName: string, defaultValue: any): voidMigrates a named preference from one preference object to another if not already migratedParametersfrom: anyThe preference object to migrate fromto: anyThe preference object to migrate toprefName: stringThe name of the preference to migratedefaultValue: anyThe default value for the preference if it doesn't existReturns voidNothing
Migrates a named preference from one preference object to another if not already migrated