params.MultiSelectInput interface
Stay organized with collections
Save and categorize content based on your preferences.
Specifies that a parameter's value should be determined by having the user select a subset from a list of pre-canned options interactively at deploy time. Will result in errors if used on parameters of type other than string[]
.
Signature:
export interface MultiSelectInput
Properties
Signature:
multiSelect: {
options: Array<SelectOptions<string>>;
};
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-09 UTC.
[null,null,["Last updated 2024-02-09 UTC."],[],[],null,["Specifies that a parameter's value should be determined by having the user select a subset from a list of pre-canned options interactively at deploy time. Will result in errors if used on parameters of type other than `string[]`.\n\n**Signature:** \n\n export interface MultiSelectInput \n\nProperties\n\nparams.MultiSelectInput.multiSelect\n\n**Signature:** \n\n multiSelect: {\n options: Array\u003cSelectOptions\u003cstring\u003e\u003e;\n };"]]