elementActions.handlers.supportedObjects.file object
Properties that reference this object type:
Syntax
Properties
extensions
Type
Array of string
Required
—
Constraints
Supported values
Examples
{
"actions": [
{
"handlers": [
{
"supportedObjects": {
"file": {
"extensions": [
"doc",
"pdf"
]
}
}
}
]
},
]
}