Open Pioneer Trails Packages
    Preparing search index...

    Interface AddLayerOptionsTopBottom

    interface AddLayerOptionsTopBottom {
        at: "top" | "bottom";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    at: "top" | "bottom"

    Where to insert the new layer.

    Default: "top"

    • "top": Insert the new layer above all other operational layers.
    • "bottom": Insert the new layer below all other operational layers.
    • "above": Insert the new layer above the specified reference layer.
    • "below": Insert the new layer below the specified reference layer.