Get the human-readable name of an A/B config from its code
The numeric config code
The human-readable config name or null if not found
// Get name from config codeconst name = WPP.conn.getABPropName('12345');console.log('Config name:', name); Copy
// Get name from config codeconst name = WPP.conn.getABPropName('12345');console.log('Config name:', name);
Get the human-readable name of an A/B config from its code