Module

watchdog/utils/areconnectedthroughproperties

@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties

module

Filtering

Functions

  • areConnectedThroughProperties( target1, target2, excludedNodes ) → boolean

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

    Parameters

    target1 : unknown
    target2 : unknown
    excludedNodes : Set<unknown>

    Defaults to ...

    Returns

    boolean