
##################
isOtherEdgeElement
##################

.. js:function:: wv.Util.isOtherEdgeElement

   .. rst-class:: sig-pretty-signature
   
      | isOtherEdgeElement(**prop**\ : *object*\ ): *boolean*
   
   Check whether or not a Subentity is a OtherEdgeElement.
   
   **Parameters**
   
   
      **prop**\ : *object*
   
   
         the Subentity to check.
   
   
   
   **Returns**\ : *boolean*
   
   
      true if the prop passed is a OtherEdgeElement, false otherwise.
   
   




