Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An object representing a set of requirements that the host must support for the element.
Properties that reference this object type:
Syntax
Properties
hostMustSupportFunctionalities
Specifies one or more runtime capabilities the element requires to function properly. For more information, see how to specify runtime requirements in your app manifest.
Type
Array of hostFunctionality
Required
✅
Constraints
Minimum array items: 1.
Supported values
Examples
{
"staticTabs": [
{
"requirementSet": {
"hostMustSupportFunctionalities": [
{"name": "dialogUrl"},
{"name": "dialogUrlBot"}
]
}
}
],
}
{
"bots": [
{
"requirementSet": {
"hostMustSupportFunctionalities": [
{"name": "dialogUrl"},
{"name": "dialogUrlBot"}
]
}
}
],
}
{
"composeExtensions": [
{
"requirementSet": {
"hostMustSupportFunctionalities": [
{"name": "dialogUrl"},
{"name": "dialogUrlBot"}
]
}
}
],
}