封鎖 >blockRendering >可評估 >寬度
blockRendering.Measurable.width 屬性
Signature:
width: number;
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-21 (世界標準時間)。
[null,null,["上次更新時間:2024-08-21 (世界標準時間)。"],[[["This property represents the width of a measurable element within the Blockly block rendering system."],["`width` is a numerical value indicating the horizontal size of the element, likely used for layout and positioning calculations during rendering."],["It is a property of the `blockRendering.Measurable` class, suggesting its relevance to elements that have measurable dimensions within the block rendering context."]]],["The `width` property, found within the `blockRendering.Measurable` class, is a numerical value. It represents a measurement of width, as indicated by the property's name. It is defined as a number, as seen in the provided signature.\n"]]