Bilješka
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati da se prijavite ili promijenite direktorije.
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati promijeniti direktorije.
The choice options for the parameter. Use only when parameters.inputType is choiceset.
Properties that reference this object type:
Syntax
Properties
title
Title of the choice.
This property is localizable. For more information, see the localization schema.
Type
string
Required
✅
Constraints
Maximum string length: 128.
Supported values
value
Value of the choice.
Type
string
Required
✅
Constraints
Maximum string length: 512.
Supported values
Examples
{
"composeExtensions": [
{
"commands": [
{
"parameters": [
{
"choices": [
{
"title": "Title of the choice",
"value": "Value of the choice"
}
]
}
]
},
],
}
]
}