Skip to main content

Function: isModelAction()

function isModelAction(fn): boolean;

Returns if the given function is a model action or not.

Parameters​

ParameterTypeDescription
fnAnyFunctionFunction to check.

Returns​

boolean