Skip to content

YY. Tooltip

消息提示框,和覆盖物联合使用,当鼠标 moveenter 时会显示

creation

警告

Tooltip 一般不用独立创建使用,其一般都是通过 Overlay 来绑定

  • constructor(content, [options])
    • content {String} 文本内容
    • options {Object} 配置, 一般情况下无需配置
      • width {Number} 宽度
      • Height {Number} 高度

example

消息提示框

js
var point = new YY.Point(lnglat);
point.bindTooltip("this is text");

This document is generated by vitepress and Edit by deyihu