params.MultiSelectInput interface

指定參數的值應透過讓使用者在部署時以互動方式從預先安裝選項清單中選擇子集來確定。如果用於string[]以外類型的參數,將導致錯誤

簽名:

export interface MultiSelectInput 

特性

財產類型描述
多選{ 選項:陣列 <選擇選項<字串>>; }

params.MultiSelectInput.multiSelect

簽名:

multiSelect: {
        options: Array<SelectOptions<string>>;
    };