getToolSettingLockProperty MethodProtected @beta
Override to return the lock property associated with the supplied non-lock property. Used to enable the lock property after the value of the supplied property is changed.
getToolSettingLockProperty(_property: DialogProperty<any>): undefined | DialogProperty<boolean>
@see changeToolSettingPropertyValue
Parameter | Type | Description |
---|---|---|
_property | DialogProperty<any> |
Returns - undefined | DialogProperty
Defined in
- core/frontend/src/tools/Tool.ts Line 785
Last Updated: 07 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.