Skip to content

gi-nx


gi-nx / soloScenario

ts
function soloScenario(scenarioId: string): void;

Solo a scenario, hiding all other scenarios and showing only the specified one.

Parameters

ParameterTypeDescription
scenarioIdstringID of the scenario to solo (use scenario_id, not database id)

Returns

void