Interface UiEventModifier

All Superinterfaces:
Event, Event
All Known Subinterfaces:
KeyEvent, MouseEvent, WheelEvent

public interface UiEventModifier extends Event
A DOM UI event that can be fired with the key modifiers.

The UiEventModifier provides access to the data about pressed service keys, such as <ctrl>, <alt>, <shift>, or <meta>, when a keyboard or mouse event occurs.

  • Method Details

    • keyModifiers

      KeyModifiers keyModifiers()
      Returns the key modifiers that are applied to the event.