封鎖 >ContextMenuRegistry>ContextMenuOption
向 contentmenu.js 呈現的選單項目。
Signature:
interface ContextMenuOption
屬性
屬性 |
修飾符 |
類型 |
說明 |
回呼 |
|
(範圍:範圍,e:PointerEvent) =>void |
|
已啟用 |
|
布林值 |
|
範圍 |
|
範圍 |
|
文字 |
|
字串 |HTMLElement |
|
重量 |
|
數字 |
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-12 (世界標準時間)。
[null,null,["上次更新時間:2024-09-12 (世界標準時間)。"],[[["`ContextMenuOption` interface defines the structure of a menu item displayed by the context menu in Blockly."],["Each menu item can have a callback function, enabled status, scope, display text (string or HTML element), and weight for ordering."],["The `callback` function is executed when the menu item is selected, receiving the scope and triggering event."],["Properties like `enabled`, `text`, and `weight` control the appearance and behavior of the menu item."]]],[]]