封鎖 >FieldLabel >(建構函式)

FieldLabel.(constructor)

建構 FieldLabel 類別的新例項

Signature:

constructor(value?: string | typeof Field.SKIP_SETUP, textClass?: string, config?: FieldLabelConfig);

參數

參數 類型 說明
字串 |Field.SKIP_SETUP 類型 (選用) 欄位的初始值。應轉換為字串。如果空值或未定義,預設為空白字串。如果要略過設定程序,也接受 Field.SKIP_SETUP (僅適用於需要處理設定及在其建構函式執行後設定欄位值的子類別)。
textClass 字串 (選用) 選填的 CSS 類別欄位文字。
config FieldLabelConfig (選用) 用來設定欄位的選項對應。如需這個參數支援的屬性清單,請參閱 [欄位建立說明文件]https://developers.google.com/blockly/guides/create-custom-blocks/fields/built-in-fields/label#creation