ction.toString(); } else { const { customFormatters } = this.props; buffer = contextMenuFormatters.baseCopyFormatter(member); if (customFormatters?.copyFormatter) { buffer = customFormatters.copyFormatter( member, contextMenuFormatters.baseCopyFormatter ); } } try { copyString(buffer); } catch (error) {} } } module.exports = PropertiesViewContextMenu; PK