Function convertLitActionsParams

  • Convert types before sending to Lit Actions as jsParams, some JS types don't serialize well, so we will convert them before sending to the nodes

    Returns

    The jsParams object, but with any incompatible types automatically converted

    Parameters

    • jsParams: object

    Returns object

Generated using TypeDoc