API Reference > imodeljs-frontend > Properties > ToolSettingsPropertySyncItem ToolSettingsPropertySyncItem Class Deprecated Move ToolSettingsPropertySyncItem to bentley/ui-abstract beginning in iModel.js 2.0. Beta Class used to identify a specific ToolSettings property value that can be enabled/disabled in UI. Extends ToolSettingsPropertyItem Methods Name Description constructor(value: ToolSettingsValue, propertyName: string, isDisabled?: false | true): ToolSettingsPropertySyncItem Properties Name Type Description isDisabled undefined | false | true used to pass enable state to Ui from Tool so property record can be updated Inherited properties Name Type Inherited from Description propertyName string ToolSettingsPropertyItem value ToolSettingsValue ToolSettingsPropertyItem Defined in core/frontend/src/properties/ToolSettingsValue.ts Line 84 Last Updated: 13 June, 2024