# 功能描述

当我们在场景交互中鼠标左键、右键单击了某模型后,Web 端会收到回调消息,消息内容如下:

{
  "data": {
    "actorId": "Element_资产编码:T605501TA043",
    "actorLable": "家具_办公桌_3_办公桌_3_20",
    "coord_type": 2,
    "impact_location": "104.071550,30.647784,20.740000",
    "location": "104.071550,30.647784,20.740000"
  },
  "func_name": "LeftMouse_Click"
}

其中的actorId即为鼠标左右键选中模型后获取到的模型唯一码。