logologo
  • Home
  • Examples
  • Docs
  • Blog

Guides

  • 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-character>
  • <m-frame>
  • <m-audio>
  • <m-image>
  • <m-video>
  • <m-label>
  • <m-position-probe>
  • <m-prompt>
  • <m-link>
  • <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

detailisReadonly

  • connectionId:  

    number

    Type declaration

    • connectionId:  
    • number

    The unique numeric id of the connection that sent the event.

typeisReadonly

Returns the type of event, e.g. "click", "hashchange", or "submit".

Literal: interact

On this page

  • Properties