Edit this page

up.Layer up.Layer.prototype.descendants
Property

Returns an array of this layer's descendant layers, with the closest descendants listed first.

Descendant layers are all layers that visually overlay this layer.

The array elements are ordered by distance to this layer. The first element is this layer's direct child. The last element is the frontmost layer.


Return value

Array<up.Layer>

descendants