研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly > 工具提示
函数
变量
类型别名
类型别名 |
说明 |
CustomTooltip |
用于呈现自定义提示界面的函数。第 1 个参数:要在其中呈现内容的 div 元素。第二个参数:鼠标悬停的元素(即应显示提示的元素)。 |
TipInfo |
一种可定义提示的类型。可以是字符串、包含 tooltip 属性的对象、返回字符串的函数,或最终展开为字符串的其他任意嵌套函数。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["The Tooltip namespace provides functions and variables for managing tooltips in Blockly, including showing, hiding, and customizing their appearance and behavior."],["It offers methods to bind and unbind mouse events, control tooltip visibility, and set custom tooltip content."],["Developers can define custom tooltips using a provided type alias and function, enabling flexible and tailored tooltip experiences."],["Several variables control tooltip behavior such as delay, maximum width, and offsets, allowing for customization of tooltip positioning and appearance."],["The namespace includes type aliases for defining custom tooltips and tooltip information, further enhancing the flexibility of the tooltip system."]]],[]]