Module

utils/arestructuresconnected

@ckeditor/ckeditor5-utils/src/arestructuresconnected

module

Filtering

Functions

  • areConnectedThroughProperties( obj1, obj2 )

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

    Parameters

    obj1 : Object | Array
    obj2 : Object | Array