封鎖 >FieldDropdown >doValueUpdate_

FieldDropdown.doValueUpdate_() 方法

更新這個下拉式選單欄位的值。

Signature:

protected doValueUpdate_(newValue: string): void;

參數

參數 類型 說明
newValue 字串 要儲存的值。預設的驗證工具可確保這是有效的下拉式選單選項。

傳回:

void