.. role:: ts-api-decorator

#################
MouseButtonConfig
#################

.. js:module:: cee
   :noindex:

.. container:: ts-api-section

   .. js:class:: MouseButtonConfig



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~cee.MouseButtonConfig.ctrlOrCmdModifier`
   * :js:attr:`~cee.MouseButtonConfig.noModifier`
   * :js:attr:`~cee.MouseButtonConfig.shiftModifier`





------------

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: MouseButtonConfig.ctrlOrCmdModifier

      :type: T :ts-api-decorator:`optional`

      Behavior to activate when ctrl key is pressed, or for macs, when cmd key is pressed.



.. container:: ts-api-section

   .. js:attribute:: MouseButtonConfig.noModifier

      :type: T

      Behavior to activate when no modifier keys are pressed.



.. container:: ts-api-section

   .. js:attribute:: MouseButtonConfig.shiftModifier

      :type: T :ts-api-decorator:`optional`

      Behavior to activate when shift key is pressed.



