Interface RuntimeLayerOrderOptions

interface RuntimeLayerOrderOptions {
    afterId?: string;
    beforeId?: string;
    position?: "top" | "bottom";
}

Properties

afterId?: string
beforeId?: string
position?: "top" | "bottom"