getToolSettingPropertyLocked Method
Override to return the property that is locked by the supplied property if it is a lock property. Used to enable/disable the returned property according to the current lock state.
getToolSettingPropertyLocked(_property: DialogProperty<any>): undefined | DialogProperty<any>
@note Only applicable when getToolSettingLockProperty is not being used automatically enable the lock on a change of value.
@see changeToolSettingPropertyValue
Parameter | Type | Description |
---|---|---|
_property | DialogProperty<any> |
Returns - undefined | DialogProperty
Defined in
- core/frontend/src/tools/Tool.ts Line 776
Last Updated: 07 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.