封鎖 >ContextMenuRegistry>RegistryItem >displayText
Signature:
displayText: ((p1: Scope) => string | HTMLElement) | string | HTMLElement;
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-12 (世界標準時間)。
[null,null,["上次更新時間:2024-09-12 (世界標準時間)。"],[[["`displayText` determines the text or HTML element displayed for a context menu item."],["It can be a string, an HTML element, or a function that returns either, accepting a Scope object as input."],["This property is part of the `RegistryItem` interface within Blockly's `ContextMenuRegistry` namespace, used for customizing context menus."]]],["The `displayText` property, part of the `ContextMenuRegistry.RegistryItem`, can be either a string, an HTMLElement, or a function. This function accepts a `Scope` as input and returns either a string or an HTMLElement. It defines the text or element displayed for a specific item within a context menu. The different types allow for either a simple text label or a more complex, programmatically generated display element.\n"]]