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

.. js:class:: Event.NodeSelectionEvent

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




Methods
=======

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

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



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

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





