
#############
isLineElement
#############

.. js:function:: wv.Util.isLineElement

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




