調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >BlockSvg >customContextMenu
署名:
customContextMenu?: (p1: Array<ContextMenuOption | LegacyContextMenuOption>) => void;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 2024-08-21 UTC。"],[[["`customContextMenu` is a property of the `BlockSvg` class in Blockly, potentially used to define custom context menu actions."],["This property is optional, indicated by the `?` in its signature, and it is a function that receives an array of context menu options."],["Menu options can be of type `ContextMenuOption` or the older `LegacyContextMenuOption`, allowing flexibility in how they're defined."],["The function doesn't return a value (`void`), suggesting it directly manipulates the context menu instead of providing data."],["`blockly.blocksvg_class.customcontextmenu_property.md` likely contains further details about this property and its usage."]]],[]]