封鎖 >FieldNumberConfig
FieldNumberConfig 介面
數字欄位的設定選項。
Signature:
export interface FieldNumberConfig extends FieldInputConfig
擴充:FieldInputConfig
屬性
屬性 |
修飾符 |
類型 |
說明 |
上限? |
|
數字 |
(選用) |
分鐘? |
|
數字 |
(選用) |
|
|
數字 |
(選用) |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-09 (世界標準時間)。
[null,null,["上次更新時間:2024-09-09 (世界標準時間)。"],[[["The `FieldNumberConfig` interface defines configuration options for customizing number fields within Blockly."],["It extends the `FieldInputConfig` interface and provides optional properties for setting maximum, minimum, and precision values."],["These optional properties (`max`, `min`, `precision`) allow developers to constrain and control the input behavior of number fields."]]],[]]