blockly > FieldTextInput > doClassValidation_

FieldTextInput.doClassValidation_() 方法

確保輸入值會轉換為有效的字串。

Signature:

protected doClassValidation_(newValue?: any): string | null;

參數

參數 類型 說明
newValue 不限 (選用) 輸入值。

退貨:

string | null

有效的字串;如果無效,則為空值。