Module

utils/areconnectedthroughproperties

@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties

module

Filtering

Functions

  • areConnectedThroughProperties( obj1, obj2 ) → boolean

    Traverses both structures to find out whether there is a reference that is shared between both structures.

    Parameters

    obj1 : object
    obj2 : object

    Returns

    boolean