@companion-module/base
    Preparing search index...

    Function FixupNumericOrVariablesValueToExpressions

    • Helper to fix up values which could be a number or a string of variables into the new expression format This has some logic to try to preserve the existing behaviour as much as possible, while also keeping the output user friendly

      Parameters

      Returns ExpressionOrValue<(JsonValue | undefined)> | undefined

      The fixed up value, or the original value if it did not need to be changed