slot

open override fun slot(slot: String): SkyLayer

The slot this layer is assigned to. If specified, and a slot with that name exists, it will be placed at that position in the layer order.

Parameters

slot

value of slot. Setting it to empty string removes the slot.


open override val slot: String?

The slot this layer is assigned to. If specified, and a slot with that name exists, it will be placed at that position in the layer order.