elementActions.handlers.supportedObjects object
The supported object types that can trigger this Action.
Properties that reference this object type:
Syntax
Properties
folder
A null value indicates that the file handler is not available when a folder is selected. An object with no parameters indicates that the file handler is available when a folder is selected or when no files are selected.
Type
object | null
Required
—
Constraints
Supported values
Examples
{
"actions": [
{
"handlers": [
{
"supportedObjects": {
"file": {
"extensions": [
"doc",
"pdf"
]
}
}
}
]
},
]
}