Layer.absolute

Function/Meaning
Absolute position
Type
Layer Class Properties
Explanation

Represents the stacking order between sibling layers with the same parent.
The smaller the value, the deeper it is displayed.
Unlike the Layer.order property, the values do not have to be consecutive between the same siblings.
You can change the ranking among sibling layers by setting a value.
Setting the value sets the Layer.absoluteOrderMode property of the parent layer to true.

Reference
Layer.order
Layer.absoluteOrderMode
Layer.bringToBack
Layer.bringToFront