Scene-setting navigation a step performs before it is shown. Only navigation is ever automated — never the user's meaningful choices — per the PRIME DIRECTIVE (assist, don't play the game).

interface SohlTourNav {
    group?: string;
    sidebarTab?: string;
    tab?: string;
    uuid?: string;
}

Properties

group?: string

The tab's group (data-group); defaults to the sheet's primary group.

sidebarTab?: string

A sidebar directory (data-tab) to activate before the step is shown — e.g. "actors" so the Actors directory's Create Actor button is rendered and visible for the step to highlight. Scene-setting only: it merely opens the directory; the user still clicks the control (PRIME DIRECTIVE — assist, don't play the game).

tab?: string

data-tab id to switch to before the step's selector is resolved.

uuid?: string

UUID of the Actor/Item whose sheet to open and await before the step.