Skip to content

gi-nx


gi-nx / renameScenario

ts
function renameScenario(scenarioId: string, newName: string): void;

Renames a scenario.

renameScenario(scenarioId: string, newName: string): void

Parameters

ParameterTypeDescription
scenarioIdstringThe ID of the scenario to rename.
newNamestringThe new name for the scenario.

Returns

void