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

Last Updated: 07 June, 2025