Draggable button constructor interface

Hierarchy

  • MEUIDraggableButtonConstructor

Constructors

Constructors

  • Creates a new draggable button

    Parameters

    • text: string

      The button label text.

    • Optional click: ((button) => void)

      The click event of the button.

    • Optional drag: ((button) => void)

      The drag event of the button.

    Returns MEUIDraggableButton

    A new draggable button.

Generated using TypeDoc