@perspective-dev/viewer
    Preparing search index...
    type TabLayout = {
        selected?: number;
        tabs: string[];
    }
    Index

    Properties

    Properties

    selected?: number

    Index of the selected tab within tabs.

    tabs: string[]

    Panel ids (slot names) in this stack.