ymx-getui
    正在准备搜索索引...

    接口 TagsData

    interface TagsData {
        sn?: string;
        tags: string[];
    }

    层级 (查看层级一览)

    索引

    属性

    属性

    sn?: string

    自定义的业务号,在 setListener 中原样返回,如果留空则系统自动生成一个随机 UUID。

    tags: string[]

    标签数组,数组长度最大200。