Class ButtonPushEventSignalBeta

Manages callbacks that are connected to when a button is pushed.

Hierarchy

  • ButtonPushEventSignal

Constructors

Methods

Constructors

Methods

  • Parameters

    • callback: ((arg) => void)

    Returns ((arg) => void)

      • (arg): void
      • Parameters

        Returns void

        Remarks

        Adds a callback that will be called when a button is pushed.

    Remarks

    Adds a callback that will be called when a button is pushed.

  • Parameters

    • callback: ((arg) => void)

    Returns void

    Remarks

    Removes a callback from being called when a button is pushed.

    Throws

    This function can throw errors.