params.SelectInput interface

指定參數值應在部署期間,讓使用者從預先掃描選項清單中選取,以決定參數值。

簽名:

export interface SelectInput<T = unknown> 

屬性

屬性 類型 說明
選取 { options: Array<SelectOptions<T>>;}

params.SelectInput.select

簽名:

select: {
        options: Array<SelectOptions<T>>;
    };