CreateRouterTreeArtifact
createRouterTreeArtifact
Signature
function createRouterTreeArtifact(options: {
outputRoot: string;
commandkitVersion: string;
commands: ParsedCommandData;
events: EventsTree;
}): RouterTreeArtifact
Parameters
options
parameter
{ outputRoot: string; commandkitVersion: string; commands: ParsedCommandData; events: EventsTree; }