• Returns a JSON representation of a Trackable object.

    Recursively caches the result, such that it is only necessary to traverse the changed portions of the object.

    The returned value must not be modified.

    Parameters

    Returns {
        generation: number;
        value: any;
    }

    • generation: number
    • value: any

Generated using TypeDoc