Interface EventListener<E>

A function called when a specified event occurs, passed to methods such as Editor.addEventListener.

Type parameters

  • E

    The type of the event object passed to the function.

Hierarchy

  • EventListener

Callable

  • EventListener(event: E): void
  • A function called when a specified event occurs, passed to methods such as Editor.addEventListener.

    Parameters

    • event: E

      An object that provides the details of the event to be handled.

    Returns void

This API is still under development and is subject to change. Copyright © Math I Can Do Solutions Incorporated and/or its licensors.