API Reference > imodeljs-frontend > Tools > InteractiveTool > syncToolSettingsProperties syncToolSettingsProperties Method Beta Called by tool to synchronize the UI with property changes made by tool. This is typically used to provide user feedback during tool dynamics. If the syncData contains a quantity value and if the displayValue is not defined, the displayValue will be generated in the UI layer before displaying the value. syncToolSettingsProperties(syncData: ToolSettingsPropertySyncItem[]): void Parameter Type Description syncData ToolSettingsPropertySyncItem[] Returns - void Defined in core/frontend/src/tools/Tool.ts Line 686 Last Updated: 13 June, 2024