applyToolSettingPropertyChange Method
Used to receive property changes from UI. Return false if there was an error applying updatedValue.
applyToolSettingPropertyChange(updatedValue: DialogPropertySyncItem): Promise<boolean>
@see changeToolSettingPropertyValue
Parameter | Type | Description |
---|---|---|
updatedValue | DialogPropertySyncItem |
Returns - Promise
Defined in
- core/frontend/src/tools/ViewTool.ts Line 4295
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.