A message sent by the app to enable drag operations over the app. The message is triggered when the pointerup event is triggered within the app.

Hierarchy

  • PointerUpMessage

Properties

clientX: number

The clientX property of the originating pointer up event.

clientY: number

The clientY property of the originating pointer up event.

sessionId?: string

An app/client session identifier.

If a single client is communicating with multiple apps, it needs to be able to tell which app is the source of any update messages. This session identifier allows clients to do so. The default value is "default". But if a client sends a PingPongMessage with a customized sessionId field, that value will start appearing in these view state update messages.

type: "wwt_pointer_up"

The tag identifying this message type.

Generated using TypeDoc