priority
Returns priority corresponding to that node. Change of the priority changes the corresponding priority in the structure and changes the inner structure to satisfy the heap property.
When detached (that happens only when the corresponding place is removed) holds the last priority it was holding. After detaching, the node just stores the priority that can be changed. And the changing won't modify the structure the node was detached from.