MMLMML
HomeExamples
DocsBlog

Guides

  • Get Started
  • Getting Started: Hosting the MML Starter Project
  • Collision Events
  • Getting Started: MML with React

MML Elements

  • <m-group>
  • <m-cube>
  • <m-sphere>
  • <m-cylinder>
  • <m-light>
  • <m-plane>
  • <m-model>
  • <m-animation>
  • <m-character>
  • <m-frame>
  • <m-audio>
  • <m-image>
  • <m-video>
  • <m-label>
  • <m-position-probe>
  • <m-prompt>
  • <m-link>
  • <m-overlay>
  • <m-interaction>
  • <m-chat-probe>
  • <m-attr-anim>
  • <m-attr-lerp>
  • Events

  • ConnectionEvent
  • MMLChatEvent
  • MMLClickEvent
  • MMLCollisionEndEvent
  • MMLCollisionMoveEvent
  • MMLCollisionStartEvent
  • MMLInteractionEvent
  • MMLPositionEnterEvent
  • MMLPositionLeaveEvent
  • MMLPositionMoveEvent
  • MMLPromptEvent
  • RemoteEvent
  • Home
  • Docs
  • Reference
  • Events
  • MMLInteractionEvent

MMLInteractionEvent extendsRemoteEvent

Received when a user interacts with an m-interaction.

Properties

detailisReadonlyisInherited

{ connectionId: number connectionToken: undefined }

typeisReadonly

The **

type

** read-only property of the Event interface returns a string containing the event's type.

MDN Reference

Literal: interact

On this page

  • Properties