封鎖 >FieldLabel >doClassValidation_

FieldLabel.doClassValidation_() 方法

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

Signature:

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

參數

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

傳回:

字串 |空值

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