blockly > Tooltip
函式
Variables
類型別名
類型別名 |
說明 |
CustomTooltip |
算繪自訂工具提示 UI 的函式。第 1 個參數:要呈現內容的 div 元素。第 2 個參數:將滑鼠遊標懸停在元素上 (也就是應該顯示工具提示的元素)。 |
TipInfo |
可定義工具提示的類型。可以是字串、包含工具提示屬性的物件,或是會傳回字串的函式,或是其他任意巢狀函式 (最終會解開字串)。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]