update_property# GlobalMeshRegion.update_property(prop_name: str, prop_value: str) → bool# Update the property of the binary tree node. Parameters: prop_namestrName of the property. prop_valuestrValue of the property. Returns: boolTrue when successful, False when failed.