• Checks if it's an expression, if it is, it computes and returns the value as a number. Otherwise, returns the parameter as a number. Used mostly by plugin creators and developers.

    Parameters

    • param: string
    • defValue: string
    • args: BeamToIXArgs

    Returns string | undefined