
###############
isCircleElement
###############

.. js:function:: wv.Util.isCircleElement

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




