Trevixal API
    Preparing search index...

    Where a path sits inside a tabs block.

    interface TabsContext {
        activeIndex: number;
        index: number;
        item: EditorNode;
        itemPath: Path;
        tabs: EditorNode;
        tabsPath: Path;
    }
    Index
    activeIndex: number

    Index of the active item, or -1 when the block has none (a broken invariant).

    index: number

    Index of that item among its siblings.

    item: EditorNode

    The tab item the path runs through.

    itemPath: Path
    tabs: EditorNode
    tabsPath: Path