A layer that has child sublayers.

interface LayerWithSublayers {
    sublayers?: Collection<SublayerLike>;
}

Hierarchy

  • default
    • LayerWithSublayers

Properties

Properties

sublayers?: Collection<SublayerLike>

The collection of child sublayers.