• Experimental

    Substitutes every $event.* string in args with the value at that path in payload, recursing through nested objects and arrays. Non-string values and strings without the prefix are copied through unchanged — this is the whole of the dynamic surface.

    Parameters

    • args: undefined | Readonly<Record<string, unknown>>
    • payload: unknown

    Returns Readonly<Record<string, unknown>>