Information about a panel

interface PanelLayout {
    direction?: PanelDirection;
    targetTabId?: string;
    type: "panel";
}

Properties

direction?: PanelDirection
targetTabId?: string

If undefined, it will add in the direction relative to the previously added tab.

type