研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
blockly >MetricsManager >getFlyoutMetrics
MetricsManager.getFlyoutMetrics() 方法
获取浮出控件的宽度和高度(以像素坐标表示)。默认情况下,会获取简单的动作条(由工作区直接拥有)或工具箱拥有的动作条的指标。如果您将 opt_own
作为 true
传递,则系统将仅返回简单浮出控件的指标;如果工作区具有类别工具箱而不是简单的工具箱,则宽度和高度将返回 0。
Signature:
getFlyoutMetrics(opt_own?: boolean): ToolboxMetrics;
参数
参数 |
类型 |
说明 |
opt_own |
布尔值 |
(可选)是否仅返回工作区自己的弹出式窗口指标。 |
返回:
ToolboxMetrics
展开式菜单的宽度和高度。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-11。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-10-11。"],[[["`MetricsManager.getFlyoutMetrics()` retrieves the width and height of the workspace's flyout in pixels."],["It can provide metrics for either a simple flyout or the flyout associated with the toolbox."],["Using the optional `opt_own` parameter, you can specifically target the simple flyout's metrics."],["If `opt_own` is true and the workspace uses a category toolbox, the method will return 0 for both width and height."],["The method returns a `ToolboxMetrics` object containing the flyout's width and height."]]],[]]