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/ViewTool.ts Line 4279
Last Updated: 07 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.