blockly > 選單
基本選單類別。
Signature:
export declare class Menu
建構函式
屬性
屬性 |
修飾符 |
類型 |
說明 |
openingCoords |
|
座標 | 空值 |
導致開啟此選單的 mousedown 事件座標。用於防止簡單的點按動作立即啟用選單項目,進而觸發後續的滑鼠離開事件。 |
方法
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-30 (世界標準時間)。
[null,null,["上次更新時間:2024-11-30 (世界標準時間)。"],[[["The `Menu` class in Blockly provides a basic structure for creating menus within the Blockly editor."],["It includes properties like `openingCoords` to track the mouse event that triggered the menu opening and methods like `dispose` and `render` for managing the menu's lifecycle and appearance."],["The constructor initializes a new `Menu` instance, while properties and methods offer control over its behavior and interactions."]]],[]]