Open Pioneer Trails Packages
    Preparing search index...

    Interface AddLayerOptionsTopBottom

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    at: "top" | "bottom" | "topmost"

    Where to insert the new layer.

    Default: "top"

    • "top": Insert the new layer above all other normal operational layers (note: still below "topmost" 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.
    • "topmost": Insert a new layer that is always displayed on top of all layers that were added at top (e.g. a highlight layer).