LogoRobo.js
Framework

isJunctionModel()

Function: isJunctionModel()

function isJunctionModel(modelName): boolean

Check if a model name is a junction table.

Parameters

ParameterTypeDescription
modelNamestringModel name to check

Returns

boolean

True if the model is a junction table

On this page