LogoRobo.js
Framework

getJunctionModelName()

Function: getJunctionModelName()

function getJunctionModelName(modelA, modelB): string

Get deterministic junction model name for two models. Models are sorted alphabetically to ensure consistent naming.

Parameters

ParameterTypeDescription
modelAstringFirst model name
modelBstringSecond model name

Returns

string

Junction model name

On this page