
##################
NodeSelectionEvent
##################

.. js:class:: wv.Event.NodeSelectionEvent

   
   Index
   =====
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~wv.Event.NodeSelectionEvent.getSelection`
   * :js:meth:`~wv.Event.NodeSelectionEvent.getType`
   
   



.. rst-class:: kind-group kind-methods

.. rubric:: Methods
   :class: kind-group-title


.. js:method:: wv.Event.NodeSelectionEvent.getSelection

      .. rst-class:: sig-pretty-signature
      
         | getSelection(): :js:class:`SelectionItem <wv.Selection.SelectionItem>`
      
      Gets the selection object.
      
      **Returns**\ : :js:class:`SelectionItem <wv.Selection.SelectionItem>`
      
      
         Selection object containing detailed information about the selection
      
      



.. js:method:: wv.Event.NodeSelectionEvent.getType

      .. rst-class:: sig-pretty-signature
      
         | getType(): :js:data:`SelectionType <wv.SelectionType>`
      
      Gets the result of the selection operator.
      
      **Returns**\ : :js:data:`SelectionType <wv.SelectionType>`
      
      
         the result of the selection
      
      




