封鎖 >輸入來源 >輸入 >insertFieldAt

input.Input.insertFieldAt() 方法

在輸入欄位列的位置插入欄位 (或字串標籤),以及所有前置和後置欄位。

Signature:

insertFieldAt<T>(index: number, field: string | Field<T>, opt_name?: string): number;

參數

參數 類型 說明
索引 數字 要插入欄位的索引。
欄位 字串 |欄位<T> 要新增為欄位的項目。
opt_name 字串 (選填) 中立的識別碼,可能會用來再次找到這個欄位。不得重複。

傳回:

數字

最後一個插入欄位後方的索引。