注释激活事件

调用SelectAnnotates()接口,选中多个批注时,产生”annotateSelectChange”事件。

键值

“annotateSelectChange”

主体

{
    "handle": "event",
    "type": "annotateSelectChange",
    "members": [
        {
            "id": "asdf",
            "class":"Comment",
            "text": "姓名",
            "inView": "front",
            "isActive": 0,
        },
        {
            "id": "test",
            "class": "Comment",
            "text": "录时",
            "inView": "in",
            "isActive": 0,
            "posX": 576,
            "posY": 186,
            "width": 1,
            "height": 18
        }
    ]
}

事件格式

文档更新时间: 2023-10-23 20:51   作者:admin