Skip to content

script.modelName

Returns the name of the model within which this process exists.

js
script.modelName()
script.modelName()

Parameters

None.

Example

js
let modelName = script.modelName();
let modelName = script.modelName();