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>): DialogProperty<boolean> | undefined
@see changeToolSettingPropertyValue
| Parameter | Type | Description |
|---|---|---|
| property | DialogProperty<any> |
Returns - DialogProperty
Defined in
- core/frontend/src/tools/ViewTool.ts Line 4397
Last Updated: 07 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.