Type Alias TClickPayload

TClickPayload: {
    coordinate: Coordinate;
    floors: Floor[];
    labels: Label[];
    markers: Marker[];
    models: Model[];
    objects: MapObject[];
    pointerEvent: ClickPayload["pointerEvent"];
    spaces: Space[];
}

Type declaration

  • coordinate: Coordinate

    The coordinate of the interaction.

  • floors: Floor[]

    The interactive floors which the user interaction passed through.

  • labels: Label[]

    The interactive labels which the user interaction passed through.

  • markers: Marker[]

    The markers which the user interaction passed through.

  • models: Model[]

    The models which the user interaction passed through.

  • objects: MapObject[]

    The interactive objects which the user interaction passed through.

  • pointerEvent: ClickPayload["pointerEvent"]

    Details about the pointer event which triggered the interaction.

  • spaces: Space[]

    The interactive spaces which the user interaction passed through.