Member Junction
    Preparing search index...

    Location specifier for adding panels

    interface LayoutLocation {
        position?: "left" | "right" | "top" | "bottom" | "tab";
        targetPanelId?: string;
    }
    Index

    Properties

    position?: "left" | "right" | "top" | "bottom" | "tab"

    Position relative to target

    targetPanelId?: string

    Target panel ID (add next to this panel)