Layer.absoluteOrderMode

Function/Meaning
Whether it is in absolute position mode
Type
Layer Class Properties
Explanation

Represents the superposition order mode of the child layers that report directly to it.
You can also set the value.
If you specify false, it becomes a relative position specification, and the Layer.order property shows the order.
If true is specified, it will be an absolute position specification, and the Layer.absolute property will represent its rank.

Reference
Layer.order
Layer.absolute
Layer.bringToBack
Layer.bringToFront