Layer.absoluteOrderMode

Function/Meaning
Whether it is in absolute position mode
Type
Layer class property (read/write)
Description
Represents the stacking order mode of direct child layers. You can also set the value.
If false is specified, relative positioning is used, and the Layer.order property represents the order.
If true is specified, absolute positioning is used, and the Layer.absolute property represents the order.
Reference
Layer.order
Layer.absolute
Layer.bringToBack
Layer.bringToFront